public static interface DeleteRepositoryRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryRequest.Builder |
force(Boolean force)
If a repository contains images, forces the deletion.
|
DeleteRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRepositoryRequest.Builder |
registryId(String registryId)
The AWS account ID 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 AWS account ID 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 AWS account ID 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)
If a repository contains images, forces the deletion.
force - If a repository contains images, forces the deletion.DeleteRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.