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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendWorkflowStepActionResponse.BuilderclientToken(String clientToken)The client token that uniquely identifies the request.SendWorkflowStepActionResponse.BuilderimageBuildVersionArn(String imageBuildVersionArn)The Amazon Resource Name (ARN) of the image build version that received the action request.SendWorkflowStepActionResponse.BuilderstepExecutionId(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 Detail
-
stepExecutionId
SendWorkflowStepActionResponse.Builder stepExecutionId(String 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
SendWorkflowStepActionResponse.Builder imageBuildVersionArn(String 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
SendWorkflowStepActionResponse.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.
-
-