public static interface DeleteLifecyclePolicyRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<DeleteLifecyclePolicyRequest.Builder,DeleteLifecyclePolicyRequest>
Modifier and Type | Method and Description |
---|---|
DeleteLifecyclePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteLifecyclePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteLifecyclePolicyRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository.
|
DeleteLifecyclePolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteLifecyclePolicyRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository. 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. If you
do not specify a registry, the default registry is assumed.DeleteLifecyclePolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository.
repositoryName
- The name of the repository.DeleteLifecyclePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteLifecyclePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.