Interface VerificationDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VerificationDetails.Builder,,VerificationDetails> SdkBuilder<VerificationDetails.Builder,,VerificationDetails> SdkPojo
- Enclosing class:
VerificationDetails
@Mutable
@NotThreadSafe
public static interface VerificationDetails.Builder
extends SdkPojo, CopyableBuilder<VerificationDetails.Builder,VerificationDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault VerificationDetails.BuilderbusinessVerificationDetails(Consumer<BusinessVerificationDetails.Builder> businessVerificationDetails) The business verification details to be used when starting a business verification process.businessVerificationDetails(BusinessVerificationDetails businessVerificationDetails) The business verification details to be used when starting a business verification process.default VerificationDetails.BuilderregistrantVerificationDetails(Consumer<RegistrantVerificationDetails.Builder> registrantVerificationDetails) The registrant verification details to be used when starting an individual identity verification process.registrantVerificationDetails(RegistrantVerificationDetails registrantVerificationDetails) The registrant verification details to be used when starting an individual identity verification process.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
VerificationDetails.Builder businessVerificationDetails(BusinessVerificationDetails businessVerificationDetails) The business verification details to be used when starting a business verification process.
- Parameters:
businessVerificationDetails- The business verification details to be used when starting a business verification process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessVerificationDetails
default VerificationDetails.Builder businessVerificationDetails(Consumer<BusinessVerificationDetails.Builder> businessVerificationDetails) The business verification details to be used when starting a business 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:
-
registrantVerificationDetails
VerificationDetails.Builder registrantVerificationDetails(RegistrantVerificationDetails registrantVerificationDetails) The registrant verification details to be used when starting an individual identity verification process.
- Parameters:
registrantVerificationDetails- The registrant verification details to be used when starting an individual identity verification process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrantVerificationDetails
default VerificationDetails.Builder registrantVerificationDetails(Consumer<RegistrantVerificationDetails.Builder> registrantVerificationDetails) The registrant verification details to be used when starting an individual identity verification process.
This is a convenience method that creates an instance of theRegistrantVerificationDetails.Builderavoiding the need to create one manually viaRegistrantVerificationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistrantVerificationDetails(RegistrantVerificationDetails).- Parameters:
registrantVerificationDetails- a consumer that will call methods onRegistrantVerificationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-