Interface DeleteRepositoryPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>,EcrPublicRequest.Builder,SdkBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteRepositoryPolicyRequest
public static interface DeleteRepositoryPolicyRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<DeleteRepositoryPolicyRequest.Builder,DeleteRepositoryPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRepositoryPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRepositoryPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRepositoryPolicyRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete.DeleteRepositoryPolicyRequest.BuilderrepositoryName(String repositoryName)The name of the repository that's associated with the repository policy to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecrpublic.model.EcrPublicRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
registryId
DeleteRepositoryPolicyRequest.Builder registryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
- Parameters:
registryId- The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
DeleteRepositoryPolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository that's associated with the repository policy to delete.
- Parameters:
repositoryName- The name of the repository that's associated with the repository policy to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteRepositoryPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteRepositoryPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-