public static interface GetRepositoryPolicyRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<GetRepositoryPolicyRequest.Builder,GetRepositoryPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRepositoryPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRepositoryPolicyRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the repository.
|
GetRepositoryPolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository with the policy to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRepositoryPolicyRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that contains the repository. 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. If you do not specify a
registry, the default registry is assumed.GetRepositoryPolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository with the policy to retrieve.
repositoryName - The name of the repository with the policy to retrieve.GetRepositoryPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRepositoryPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.