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) Name of the registered target domaintargetDomainId(String targetDomainId) Unique identifier of the target domainverificationStatus(String verificationStatus) Current verification status of the registered target domainverificationStatus(TargetDomainStatus verificationStatus) Current verification status of the registered target domainMethods 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:
-