Interface DeleteLifecyclePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteLifecyclePolicyResponse.Builder,DeleteLifecyclePolicyResponse>
,EcrResponse.Builder
,SdkBuilder<DeleteLifecyclePolicyResponse.Builder,DeleteLifecyclePolicyResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DeleteLifecyclePolicyResponse
public static interface DeleteLifecyclePolicyResponse.Builder extends EcrResponse.Builder, SdkPojo, CopyableBuilder<DeleteLifecyclePolicyResponse.Builder,DeleteLifecyclePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLifecyclePolicyResponse.Builder
lastEvaluatedAt(Instant lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.DeleteLifecyclePolicyResponse.Builder
lifecyclePolicyText(String lifecyclePolicyText)
The JSON lifecycle policy text.DeleteLifecyclePolicyResponse.Builder
registryId(String registryId)
The registry ID associated with the request.DeleteLifecyclePolicyResponse.Builder
repositoryName(String repositoryName)
The repository name associated with the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
registryId
DeleteLifecyclePolicyResponse.Builder registryId(String registryId)
The registry ID associated with the request.
- Parameters:
registryId
- The registry ID associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
DeleteLifecyclePolicyResponse.Builder repositoryName(String repositoryName)
The repository name associated with the request.
- Parameters:
repositoryName
- The repository name associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecyclePolicyText
DeleteLifecyclePolicyResponse.Builder lifecyclePolicyText(String lifecyclePolicyText)
The JSON lifecycle policy text.
- Parameters:
lifecyclePolicyText
- The JSON lifecycle policy text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastEvaluatedAt
DeleteLifecyclePolicyResponse.Builder lastEvaluatedAt(Instant lastEvaluatedAt)
The time stamp of the last time that the lifecycle policy was run.
- Parameters:
lastEvaluatedAt
- The time stamp of the last time that the lifecycle policy was run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-