Interface TargetDomainSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TargetDomainSummary.Builder,,TargetDomainSummary> SdkBuilder<TargetDomainSummary.Builder,,TargetDomainSummary> SdkPojo
- Enclosing class:
TargetDomainSummary
@Mutable
@NotThreadSafe
public static interface TargetDomainSummary.Builder
extends SdkPojo, CopyableBuilder<TargetDomainSummary.Builder,TargetDomainSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name of the target domain.targetDomainId(String targetDomainId) The unique identifier of the target domain.verificationStatus(String verificationStatus) The current verification status of the target domain.verificationStatus(TargetDomainStatus verificationStatus) The current verification status of the target domain.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
-
targetDomainId
The unique identifier of the target domain.
- Parameters:
targetDomainId- The unique identifier of the target domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name of the target domain.
- Parameters:
domainName- The domain name of the target domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationStatus
The current verification status of the target domain.
- Parameters:
verificationStatus- The current verification status of the target domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationStatus
The current verification status of the target domain.
- Parameters:
verificationStatus- The current verification status of the target domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-