public static interface DeleteRepositoryPolicyRequest.Builder extends EcrRequest.Builder, CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteRepositoryPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteRepositoryPolicyRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the repository policy to delete.
|
DeleteRepositoryPolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that is associated with the repository policy to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteRepositoryPolicyRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository policy 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 policy to delete. If you
do not specify a registry, the default registry is assumed.DeleteRepositoryPolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the repository policy to delete.
repositoryName - The name of the repository that is associated with the repository policy to delete.DeleteRepositoryPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteRepositoryPolicyRequest.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.