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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLifecyclePolicyResponse.BuilderclientToken(String clientToken)The client token that uniquely identifies the request.CreateLifecyclePolicyResponse.BuilderlifecyclePolicyArn(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 Detail
-
clientToken
CreateLifecyclePolicyResponse.Builder clientToken(String 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
CreateLifecyclePolicyResponse.Builder lifecyclePolicyArn(String 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.
-
-