Interface PartnerDomain.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PartnerDomain.Builder,,PartnerDomain> SdkBuilder<PartnerDomain.Builder,,PartnerDomain> SdkPojo
- Enclosing class:
PartnerDomain
@Mutable
@NotThreadSafe
public static interface PartnerDomain.Builder
extends SdkPojo, CopyableBuilder<PartnerDomain.Builder,PartnerDomain>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name that has been verified for the partner account.registeredAt(Instant registeredAt) The timestamp when the domain was registered and verified for the partner account.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
-
domainName
The domain name that has been verified for the partner account.
- Parameters:
domainName- The domain name that has been verified for the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredAt
The timestamp when the domain was registered and verified for the partner account.
- Parameters:
registeredAt- The timestamp when the domain was registered and verified for the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-