Interface CreateLifecyclePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateLifecyclePolicyResponse.Builder,
,CreateLifecyclePolicyResponse> ImagebuilderResponse.Builder
,SdkBuilder<CreateLifecyclePolicyResponse.Builder,
,CreateLifecyclePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateLifecyclePolicyResponse
public static interface CreateLifecyclePolicyResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<CreateLifecyclePolicyResponse.Builder,CreateLifecyclePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token that uniquely identifies the request.lifecyclePolicyArn
(String lifecyclePolicyArn) The Amazon Resource Name (ARN) of the lifecycle policy that the request created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clientToken
The client token that uniquely identifies the request.
- Parameters:
clientToken
- The client token that uniquely identifies the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecyclePolicyArn
The Amazon Resource Name (ARN) of the lifecycle policy that the request created.
- Parameters:
lifecyclePolicyArn
- The Amazon Resource Name (ARN) of the lifecycle policy that the request created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-