public static interface DomainDescription.Builder extends SdkPojo, CopyableBuilder<DomainDescription.Builder,DomainDescription>
| Modifier and Type | Method and Description |
|---|---|
DomainDescription.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the domain.
|
DomainDescription.Builder |
assetSizeBytes(Long assetSizeBytes)
The total size of all assets in the domain.
|
DomainDescription.Builder |
createdTime(Instant createdTime)
A timestamp that represents the date and time the domain was created.
|
DomainDescription.Builder |
encryptionKey(String encryptionKey)
The ARN of an Key Management Service (KMS) key associated with a domain.
|
DomainDescription.Builder |
name(String name)
The name of the domain.
|
DomainDescription.Builder |
owner(String owner)
The Amazon Web Services account ID that owns the domain.
|
DomainDescription.Builder |
repositoryCount(Integer repositoryCount)
The number of repositories in the domain.
|
DomainDescription.Builder |
s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
|
DomainDescription.Builder |
status(DomainStatus status)
The current status of a domain.
|
DomainDescription.Builder |
status(String status)
The current status of a domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainDescription.Builder name(String name)
The name of the domain.
name - The name of the domain.DomainDescription.Builder owner(String owner)
The Amazon Web Services account ID that owns the domain.
owner - The Amazon Web Services account ID that owns the domain.DomainDescription.Builder arn(String arn)
The Amazon Resource Name (ARN) of the domain.
arn - The Amazon Resource Name (ARN) of the domain.DomainDescription.Builder status(String status)
The current status of a domain.
status - The current status of a domain.DomainStatus,
DomainStatusDomainDescription.Builder status(DomainStatus status)
The current status of a domain.
status - The current status of a domain.DomainStatus,
DomainStatusDomainDescription.Builder createdTime(Instant createdTime)
A timestamp that represents the date and time the domain was created.
createdTime - A timestamp that represents the date and time the domain was created.DomainDescription.Builder encryptionKey(String encryptionKey)
The ARN of an Key Management Service (KMS) key associated with a domain.
encryptionKey - The ARN of an Key Management Service (KMS) key associated with a domain.DomainDescription.Builder repositoryCount(Integer repositoryCount)
The number of repositories in the domain.
repositoryCount - The number of repositories in the domain.DomainDescription.Builder assetSizeBytes(Long assetSizeBytes)
The total size of all assets in the domain.
assetSizeBytes - The total size of all assets in the domain.DomainDescription.Builder s3BucketArn(String s3BucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.
s3BucketArn - The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the
domain.Copyright © 2023. All rights reserved.