Interface DomainSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DomainSummary.Builder,,- DomainSummary> - SdkBuilder<DomainSummary.Builder,,- DomainSummary> - SdkPojo
- Enclosing class:
- DomainSummary
@Mutable
@NotThreadSafe
public static interface DomainSummary.Builder
extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the domain.createdTime(Instant createdTime) A timestamp that contains the date and time the domain was created.encryptionKey(String encryptionKey) The key used to encrypt the domain.The name of the domain.The 12-digit account number of the Amazon Web Services account that owns the domain.A string that contains the status of the domain.status(DomainStatus status) A string that contains the status of the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the domain. - Parameters:
- name- The name of the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. - Parameters:
- owner- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe ARN of the domain. - Parameters:
- arn- The ARN of the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusA string that contains the status of the domain. - Parameters:
- status- A string that contains the status of the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusA string that contains the status of the domain. - Parameters:
- status- A string that contains the status of the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdTimeA timestamp that contains the date and time the domain was created. - Parameters:
- createdTime- A timestamp that contains the date and time the domain was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
encryptionKeyThe key used to encrypt the domain. - Parameters:
- encryptionKey- The key used to encrypt the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-