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 AWS account ID associated with the registry that contains the repository.
|
PutLifecyclePolicyRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to receive the policy.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutLifecyclePolicyRequest.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.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.Builder
PutLifecyclePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.