Interface StartVerificationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartVerificationResponse.Builder,,StartVerificationResponse> PartnerCentralAccountResponse.Builder,SdkBuilder<StartVerificationResponse.Builder,,StartVerificationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartVerificationResponse
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt(Instant completedAt) The timestamp when the verification process was completed.The timestamp when the verification process was successfully initiated.verificationResponseDetails(Consumer<VerificationResponseDetails.Builder> verificationResponseDetails) Initial response details specific to the type of verification started, which may include next steps or additional requirements.verificationResponseDetails(VerificationResponseDetails verificationResponseDetails) Initial response details specific to the type of verification started, which may include next steps or additional requirements.verificationStatus(String verificationStatus) The initial status of the verification process after it has been started.verificationStatus(VerificationStatus verificationStatus) The initial status of the verification process after it has been started.verificationStatusReason(String verificationStatusReason) Additional information about the initial verification status, including any immediate feedback about the submitted verification details.verificationType(String verificationType) The type of verification that was started based on the provided verification details.verificationType(VerificationType verificationType) The type of verification that was started based on the provided verification details.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralaccount.model.PartnerCentralAccountResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
verificationType
The type of verification that was started based on the provided verification details.
- Parameters:
verificationType- The type of verification that was started based on the provided verification details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationType
The type of verification that was started based on the provided verification details.
- Parameters:
verificationType- The type of verification that was started based on the provided verification details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationStatus
The initial status of the verification process after it has been started. Typically this will be pending or in-progress.
- Parameters:
verificationStatus- The initial status of the verification process after it has been started. Typically this will be pending or in-progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationStatus
The initial status of the verification process after it has been started. Typically this will be pending or in-progress.
- Parameters:
verificationStatus- The initial status of the verification process after it has been started. Typically this will be pending or in-progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationStatusReason
Additional information about the initial verification status, including any immediate feedback about the submitted verification details.
- Parameters:
verificationStatusReason- Additional information about the initial verification status, including any immediate feedback about the submitted verification details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationResponseDetails
StartVerificationResponse.Builder verificationResponseDetails(VerificationResponseDetails verificationResponseDetails) Initial response details specific to the type of verification started, which may include next steps or additional requirements.
- Parameters:
verificationResponseDetails- Initial response details specific to the type of verification started, which may include next steps or additional requirements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationResponseDetails
default StartVerificationResponse.Builder verificationResponseDetails(Consumer<VerificationResponseDetails.Builder> verificationResponseDetails) Initial response details specific to the type of verification started, which may include next steps or additional requirements.
This is a convenience method that creates an instance of theVerificationResponseDetails.Builderavoiding the need to create one manually viaVerificationResponseDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationResponseDetails(VerificationResponseDetails).- Parameters:
verificationResponseDetails- a consumer that will call methods onVerificationResponseDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the verification process was successfully initiated.
- Parameters:
startedAt- The timestamp when the verification process was successfully initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedAt
The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.
- Parameters:
completedAt- The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-