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 AWS Key Management Service (AWS KMS) key associated with a domain.
|
DomainDescription.Builder |
name(String name)
The name of the domain.
|
DomainDescription.Builder |
owner(String owner)
The AWS 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, sdkFields
copy
applyMutation, build
DomainDescription.Builder name(String name)
The name of the domain.
name
- The name of the domain.DomainDescription.Builder owner(String owner)
The AWS account ID that owns the domain.
owner
- The AWS 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. The valid values are
Active
Deleted
status
- The current status of a domain. The valid values are
Active
Deleted
DomainStatus
,
DomainStatus
DomainDescription.Builder status(DomainStatus status)
The current status of a domain. The valid values are
Active
Deleted
status
- The current status of a domain. The valid values are
Active
Deleted
DomainStatus
,
DomainStatus
DomainDescription.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 AWS Key Management Service (AWS KMS) key associated with a domain.
encryptionKey
- The ARN of an AWS Key Management Service (AWS 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 © 2021 Amazon Web Services, Inc. All Rights Reserved.