public static interface DeleteRepositoryPolicyRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRepositoryPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRepositoryPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRepositoryPolicyRequest.Builder |
registryId(String registryId)
The Amazon Web Services 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRepositoryPolicyRequest.Builder registryId(String registryId)
The Amazon Web Services 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 Amazon Web Services 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteRepositoryPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.