Interface BusinessVerificationResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessVerificationResponse.Builder,,BusinessVerificationResponse> SdkBuilder<BusinessVerificationResponse.Builder,,BusinessVerificationResponse> SdkPojo
- Enclosing class:
BusinessVerificationResponse
-
Method Summary
Modifier and TypeMethodDescriptionbusinessVerificationDetails(Consumer<BusinessVerificationDetails.Builder> businessVerificationDetails) The business verification details that were processed and verified, potentially including additional information discovered during the verification process.businessVerificationDetails(BusinessVerificationDetails businessVerificationDetails) The business verification details that were processed and verified, potentially including additional information discovered during the verification process.completionUrl(String completionUrl) A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.completionUrlExpiresAt(Instant completionUrlExpiresAt) The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
businessVerificationDetails
BusinessVerificationResponse.Builder businessVerificationDetails(BusinessVerificationDetails businessVerificationDetails) The business verification details that were processed and verified, potentially including additional information discovered during the verification process.
- Parameters:
businessVerificationDetails- The business verification details that were processed and verified, potentially including additional information discovered during the verification process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessVerificationDetails
default BusinessVerificationResponse.Builder businessVerificationDetails(Consumer<BusinessVerificationDetails.Builder> businessVerificationDetails) The business verification details that were processed and verified, potentially including additional information discovered during the verification process.
This is a convenience method that creates an instance of theBusinessVerificationDetails.Builderavoiding the need to create one manually viaBusinessVerificationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobusinessVerificationDetails(BusinessVerificationDetails).- Parameters:
businessVerificationDetails- a consumer that will call methods onBusinessVerificationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
completionUrl
A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
- Parameters:
completionUrl- A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionUrlExpiresAt
The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
- Parameters:
completionUrlExpiresAt- The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-