public static interface DeleteLifecyclePolicyRequest.Builder extends ECRRequest.Builder, CopyableBuilder<DeleteLifecyclePolicyRequest.Builder,DeleteLifecyclePolicyRequest>
Modifier and Type | Method and Description |
---|---|
DeleteLifecyclePolicyRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry that contains the repository.
|
DeleteLifecyclePolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that is associated with the repository policy to
delete.
|
DeleteLifecyclePolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteLifecyclePolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DeleteLifecyclePolicyRequest.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.DeleteLifecyclePolicyRequest.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.DeleteLifecyclePolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteLifecyclePolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.