public static interface PutLifecyclePolicyResponse.Builder extends EcrResponse.Builder, CopyableBuilder<PutLifecyclePolicyResponse.Builder,PutLifecyclePolicyResponse>
Modifier and Type | Method and Description |
---|---|
PutLifecyclePolicyResponse.Builder |
lifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
|
PutLifecyclePolicyResponse.Builder |
registryId(String registryId)
The registry ID associated with the request.
|
PutLifecyclePolicyResponse.Builder |
repositoryName(String repositoryName)
The repository name associated with the request.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
PutLifecyclePolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.PutLifecyclePolicyResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
repositoryName
- The repository name associated with the request.PutLifecyclePolicyResponse.Builder lifecyclePolicyText(String lifecyclePolicyText)
The JSON repository policy text.
lifecyclePolicyText
- The JSON repository policy text.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.