Interface SendWorkflowStepActionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendWorkflowStepActionResponse.Builder,
,SendWorkflowStepActionResponse> ImagebuilderResponse.Builder
,SdkBuilder<SendWorkflowStepActionResponse.Builder,
,SendWorkflowStepActionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SendWorkflowStepActionResponse
public static interface SendWorkflowStepActionResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<SendWorkflowStepActionResponse.Builder,SendWorkflowStepActionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The client token that uniquely identifies the request.imageBuildVersionArn
(String imageBuildVersionArn) The Amazon Resource Name (ARN) of the image build version that received the action request.stepExecutionId
(String stepExecutionId) The workflow step that sent the step action.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
-
stepExecutionId
The workflow step that sent the step action.
- Parameters:
stepExecutionId
- The workflow step that sent the step action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
The Amazon Resource Name (ARN) of the image build version that received the action request.
- Parameters:
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image build version that received the action request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-