public static interface PutLifecyclePolicyRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<PutLifecyclePolicyRequest.Builder,PutLifecyclePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutLifecyclePolicyRequest.Builder |
lifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text to apply to the repository.
|
PutLifecyclePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutLifecyclePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutLifecyclePolicyRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository.
|
PutLifecyclePolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to receive the policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutLifecyclePolicyRequest.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.PutLifecyclePolicyRequest.Builder repositoryName(String repositoryName)
The name of the repository to receive the policy.
repositoryName - The name of the repository to receive the policy.PutLifecyclePolicyRequest.Builder lifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text to apply to the repository.
lifecyclePolicyText - The JSON repository policy text to apply to the repository.PutLifecyclePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLifecyclePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.