public static interface DeleteRepositoryRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryRequest.Builder |
force(Boolean force)
The force option can be used to delete a repository that contains images.
|
DeleteRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRepositoryRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository to
delete.
|
DeleteRepositoryRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRepositoryRequest.Builder registryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
registryId - The Amazon Web Services account ID that's associated with the public registry that contains the
repository to delete. If you do not specify a registry, the default public registry is assumed.DeleteRepositoryRequest.Builder repositoryName(String repositoryName)
The name of the repository to delete.
repositoryName - The name of the repository to delete.DeleteRepositoryRequest.Builder force(Boolean force)
The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
force - The force option can be used to delete a repository that contains images. If the force option is not
used, the repository must be empty prior to deletion.DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.