public static interface DeleteRepositoryRequest.Builder extends EcrRequest.Builder, 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)
Add an optional request override configuration. 
 | 
DeleteRepositoryRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildDeleteRepositoryRequest.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.