Interface RegistrantVerificationResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrantVerificationResponse.Builder,,RegistrantVerificationResponse> SdkBuilder<RegistrantVerificationResponse.Builder,,RegistrantVerificationResponse> SdkPojo
- Enclosing class:
RegistrantVerificationResponse
@Mutable
@NotThreadSafe
public static interface RegistrantVerificationResponse.Builder
extends SdkPojo, CopyableBuilder<RegistrantVerificationResponse.Builder,RegistrantVerificationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionUrl(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
-
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.
-