Interface DomainSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DomainSummary.Builder,,DomainSummary> SdkBuilder<DomainSummary.Builder,,DomainSummary> SdkPojo
- Enclosing class:
 DomainSummary
public static interface DomainSummary.Builder
extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The 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.
 
 - 
owner
The 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.
 
 - 
arn
The 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.
 
 - 
status
A 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:
 
 - 
status
A 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:
 
 - 
createdTime
A 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.
 
 - 
encryptionKey
The 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.
 
 
 -