RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.appliedFor(Collection<RCTAppliedFor> appliedFor) |
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.appliedFor(RCTAppliedFor... appliedFor) |
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.appliedForWithStrings(String... appliedFor) |
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.appliedForWithStrings(Collection<String> appliedFor) |
A list of enumerable Strings representing the repository creation scenarios that this template will apply
towards.
|
static RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.builder() |
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.createdAt(Instant createdAt) |
The date and time, in JavaScript date format, when the repository creation template was created.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.customRoleArn(String customRoleArn) |
The ARN of the role to be assumed by Amazon ECR.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.description(String description) |
The description associated with the repository creation template.
|
default RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.encryptionConfiguration(Consumer<EncryptionConfigurationForRepositoryCreationTemplate.Builder> encryptionConfiguration) |
The encryption configuration associated with the repository creation template.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.encryptionConfiguration(EncryptionConfigurationForRepositoryCreationTemplate encryptionConfiguration) |
The encryption configuration associated with the repository creation template.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.imageTagMutability(String imageTagMutability) |
The tag mutability setting for the repository.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.imageTagMutability(ImageTagMutability imageTagMutability) |
The tag mutability setting for the repository.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.lifecyclePolicy(String lifecyclePolicy) |
The lifecycle policy to use for repositories created using the template.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.prefix(String prefix) |
The repository namespace prefix associated with the repository creation template.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.repositoryPolicy(String repositoryPolicy) |
he repository policy to apply to repositories created using the template.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.resourceTags(Collection<Tag> resourceTags) |
The metadata to apply to the repository to help you categorize and organize.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.resourceTags(Consumer<Tag.Builder>... resourceTags) |
The metadata to apply to the repository to help you categorize and organize.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.resourceTags(Tag... resourceTags) |
The metadata to apply to the repository to help you categorize and organize.
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.toBuilder() |
|
RepositoryCreationTemplate.Builder |
RepositoryCreationTemplate.Builder.updatedAt(Instant updatedAt) |
The date and time, in JavaScript date format, when the repository creation template was last updated.
|