Interface TargetDomain.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TargetDomain.Builder,,TargetDomain> SdkBuilder<TargetDomain.Builder,,TargetDomain> SdkPojo
- Enclosing class:
TargetDomain
@Mutable
@NotThreadSafe
public static interface TargetDomain.Builder
extends SdkPojo, CopyableBuilder<TargetDomain.Builder,TargetDomain>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the target domain was registereddomainName(String domainName) Name of the registered target domaintargetDomainId(String targetDomainId) Unique identifier of the target domaindefault TargetDomain.BuilderverificationDetails(Consumer<VerificationDetails.Builder> verificationDetails) Verification details to verify registered target domainverificationDetails(VerificationDetails verificationDetails) Verification details to verify registered target domainverificationStatus(String verificationStatus) Current verification status of the registered target domainverificationStatus(TargetDomainStatus verificationStatus) Current verification status of the registered target domainverifiedAt(Instant verifiedAt) Timestamp when the target domain was last successfully verifiedMethods 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
-
targetDomainId
Unique identifier of the target domain
- Parameters:
targetDomainId- Unique identifier of the target domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
Name of the registered target domain
- Parameters:
domainName- Name of the registered target domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationStatus
Current verification status of the registered target domain
- Parameters:
verificationStatus- Current verification status of the registered target domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationStatus
Current verification status of the registered target domain
- Parameters:
verificationStatus- Current verification status of the registered target domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationDetails
Verification details to verify registered target domain
- Parameters:
verificationDetails- Verification details to verify registered target domain- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationDetails
default TargetDomain.Builder verificationDetails(Consumer<VerificationDetails.Builder> verificationDetails) Verification details to verify registered target domain
This is a convenience method that creates an instance of theVerificationDetails.Builderavoiding the need to create one manually viaVerificationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverificationDetails(VerificationDetails).- Parameters:
verificationDetails- a consumer that will call methods onVerificationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the target domain was registered
- Parameters:
createdAt- Timestamp when the target domain was registered- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAt
Timestamp when the target domain was last successfully verified
- Parameters:
verifiedAt- Timestamp when the target domain was last successfully verified- Returns:
- Returns a reference to this object so that method calls can be chained together.
-