Interface VerificationResponseDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VerificationResponseDetails.Builder,,VerificationResponseDetails> SdkBuilder<VerificationResponseDetails.Builder,,VerificationResponseDetails> SdkPojo
- Enclosing class:
VerificationResponseDetails
-
Method Summary
Modifier and TypeMethodDescriptionbusinessVerificationResponse(Consumer<BusinessVerificationResponse.Builder> businessVerificationResponse) The response details from a business verification process, including verification results and any additional business information discovered.businessVerificationResponse(BusinessVerificationResponse businessVerificationResponse) The response details from a business verification process, including verification results and any additional business information discovered.registrantVerificationResponse(Consumer<RegistrantVerificationResponse.Builder> registrantVerificationResponse) The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.registrantVerificationResponse(RegistrantVerificationResponse registrantVerificationResponse) The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.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
-
businessVerificationResponse
VerificationResponseDetails.Builder businessVerificationResponse(BusinessVerificationResponse businessVerificationResponse) The response details from a business verification process, including verification results and any additional business information discovered.
- Parameters:
businessVerificationResponse- The response details from a business verification process, including verification results and any additional business information discovered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessVerificationResponse
default VerificationResponseDetails.Builder businessVerificationResponse(Consumer<BusinessVerificationResponse.Builder> businessVerificationResponse) The response details from a business verification process, including verification results and any additional business information discovered.
This is a convenience method that creates an instance of theBusinessVerificationResponse.Builderavoiding the need to create one manually viaBusinessVerificationResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobusinessVerificationResponse(BusinessVerificationResponse).- Parameters:
businessVerificationResponse- a consumer that will call methods onBusinessVerificationResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
registrantVerificationResponse
VerificationResponseDetails.Builder registrantVerificationResponse(RegistrantVerificationResponse registrantVerificationResponse) The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.
- Parameters:
registrantVerificationResponse- The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrantVerificationResponse
default VerificationResponseDetails.Builder registrantVerificationResponse(Consumer<RegistrantVerificationResponse.Builder> registrantVerificationResponse) The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.
This is a convenience method that creates an instance of theRegistrantVerificationResponse.Builderavoiding the need to create one manually viaRegistrantVerificationResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistrantVerificationResponse(RegistrantVerificationResponse).- Parameters:
registrantVerificationResponse- a consumer that will call methods onRegistrantVerificationResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-