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