public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
| Modifier and Type | Method and Description |
|---|---|
DomainSummary.Builder |
arn(String arn)
The ARN of the domain.
|
DomainSummary.Builder |
createdTime(Instant createdTime)
A timestamp that contains the date and time the domain was created.
|
DomainSummary.Builder |
encryptionKey(String encryptionKey)
The key used to encrypt the domain.
|
DomainSummary.Builder |
name(String name)
The name of the domain.
|
DomainSummary.Builder |
owner(String owner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DomainSummary.Builder |
status(DomainStatus status)
A string that contains the status of the domain.
|
DomainSummary.Builder |
status(String status)
A string that contains the status of the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainSummary.Builder name(String name)
The name of the domain.
name - The name of the domain.DomainSummary.Builder owner(String owner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
owner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.DomainSummary.Builder arn(String arn)
The ARN of the domain.
arn - The ARN of the domain.DomainSummary.Builder status(String status)
A string that contains the status of the domain.
status - A string that contains the status of the domain.DomainStatus,
DomainStatusDomainSummary.Builder status(DomainStatus status)
A string that contains the status of the domain.
status - A string that contains the status of the domain.DomainStatus,
DomainStatusDomainSummary.Builder createdTime(Instant createdTime)
A timestamp that contains the date and time the domain was created.
createdTime - A timestamp that contains the date and time the domain was created.DomainSummary.Builder encryptionKey(String encryptionKey)
The key used to encrypt the domain.
encryptionKey - The key used to encrypt the domain.Copyright © 2023. All rights reserved.