Interface StartImagePipelineExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartImagePipelineExecutionResponse.Builder,,StartImagePipelineExecutionResponse> ImagebuilderResponse.Builder,SdkBuilder<StartImagePipelineExecutionResponse.Builder,,StartImagePipelineExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartImagePipelineExecutionResponse
public static interface StartImagePipelineExecutionResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<StartImagePipelineExecutionResponse.Builder,StartImagePipelineExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The idempotency token used to make this request idempotent.imageBuildVersionArn(String imageBuildVersionArn) The Amazon Resource Name (ARN) of the image that was created by this request.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The idempotency token used to make this request idempotent.
- Parameters:
clientToken- The idempotency token used to make this request idempotent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
The Amazon Resource Name (ARN) of the image that was created by this request.
- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the image that was created by this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-