Package com.oracle.bmc.cims.requests
Class ValidateUserRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.cims.requests.ValidateUserRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ValidateUserRequest,Void>
- Enclosing class:
- ValidateUserRequest
public static class ValidateUserRequest.Builder extends Object implements BmcRequest.Builder<ValidateUserRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateUserRequest.Builder
bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.ValidateUserRequest.Builder
bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.ValidateUserRequest
build()
Build the instance of ValidateUserRequest as configured by this builderValidateUserRequest
buildWithoutInvocationCallback()
Build the instance of ValidateUserRequest as configured by this builderValidateUserRequest.Builder
copy(ValidateUserRequest o)
Copy method to populate the builder with values from the given instance.ValidateUserRequest.Builder
csi(String csi)
The Customer Support Identifier (CSI) number associated with the support account.ValidateUserRequest.Builder
domainid(String domainid)
The OCID of identity domain.ValidateUserRequest.Builder
homeregion(String homeregion)
The region of the tenancy.ValidateUserRequest.Builder
idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.ValidateUserRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ValidateUserRequest.Builder
ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.ValidateUserRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ValidateUserRequest.Builder
problemType(ProblemType problemType)
The kind of support request.ValidateUserRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
csi
public ValidateUserRequest.Builder csi(String csi)
The Customer Support Identifier (CSI) number associated with the support account.The CSI is optional for all support request types.
- Parameters:
csi
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ValidateUserRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
problemType
public ValidateUserRequest.Builder problemType(ProblemType problemType)
The kind of support request.- Parameters:
problemType
- the value to set- Returns:
- this builder instance
-
ocid
public ValidateUserRequest.Builder ocid(String ocid)
User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account.User OCID is mandatory for OCI Users and optional for Multicloud users.
- Parameters:
ocid
- the value to set- Returns:
- this builder instance
-
homeregion
public ValidateUserRequest.Builder homeregion(String homeregion)
The region of the tenancy.- Parameters:
homeregion
- the value to set- Returns:
- this builder instance
-
bearertokentype
public ValidateUserRequest.Builder bearertokentype(String bearertokentype)
Token type that determine which cloud provider the request come from.- Parameters:
bearertokentype
- the value to set- Returns:
- this builder instance
-
bearertoken
public ValidateUserRequest.Builder bearertoken(String bearertoken)
Token that provided by multi cloud provider, which help to validate the email.- Parameters:
bearertoken
- the value to set- Returns:
- this builder instance
-
idtoken
public ValidateUserRequest.Builder idtoken(String idtoken)
IdToken that provided by multi cloud provider, which help to validate the email.- Parameters:
idtoken
- the value to set- Returns:
- this builder instance
-
domainid
public ValidateUserRequest.Builder domainid(String domainid)
The OCID of identity domain.DomainID is mandatory if the user is part of Non Default Identity domain.
- Parameters:
domainid
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ValidateUserRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ValidateUserRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ValidateUserRequest.Builder copy(ValidateUserRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ValidateUserRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ValidateUserRequest build()
Build the instance of ValidateUserRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ValidateUserRequest,Void>
- Returns:
- instance of ValidateUserRequest
-
buildWithoutInvocationCallback
public ValidateUserRequest buildWithoutInvocationCallback()
Build the instance of ValidateUserRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ValidateUserRequest
-
-