public static interface DeleteRepositoryRequest.Builder extends EcrRequest.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 registry that contains the repository to delete.
|
DeleteRepositoryRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to delete.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteRepositoryRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that contains the repository to delete. If you do not
specify a registry, the default 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.Builder
DeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.