static Repository.Builder |
Repository.builder() |
|
Repository.Builder |
Repository.Builder.createdAt(Instant createdAt) |
The date and time, in JavaScript date format, when the repository was created.
|
default Repository.Builder |
Repository.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) |
The encryption configuration for the repository.
|
Repository.Builder |
Repository.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
The encryption configuration for the repository.
|
default Repository.Builder |
Repository.Builder.imageScanningConfiguration(Consumer<ImageScanningConfiguration.Builder> imageScanningConfiguration) |
Sets the value of the ImageScanningConfiguration property for this object.
|
Repository.Builder |
Repository.Builder.imageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration) |
Sets the value of the ImageScanningConfiguration property for this object.
|
Repository.Builder |
Repository.Builder.imageTagMutability(String imageTagMutability) |
The tag mutability setting for the repository.
|
Repository.Builder |
Repository.Builder.imageTagMutability(ImageTagMutability imageTagMutability) |
The tag mutability setting for the repository.
|
Repository.Builder |
Repository.Builder.registryId(String registryId) |
The Amazon Web Services account ID associated with the registry that contains the repository.
|
Repository.Builder |
Repository.Builder.repositoryArn(String repositoryArn) |
The Amazon Resource Name (ARN) that identifies the repository.
|
Repository.Builder |
Repository.Builder.repositoryName(String repositoryName) |
The name of the repository.
|
Repository.Builder |
Repository.Builder.repositoryUri(String repositoryUri) |
The URI for the repository.
|
Repository.Builder |
Repository.toBuilder() |
|