Interface SendWorkflowStepActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>,ImagebuilderRequest.Builder,SdkBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SendWorkflowStepActionRequest
public static interface SendWorkflowStepActionRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendWorkflowStepActionRequest.Builderaction(String action)The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.SendWorkflowStepActionRequest.Builderaction(WorkflowStepActionType action)The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.SendWorkflowStepActionRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier you provide to ensure idempotency of the request.SendWorkflowStepActionRequest.BuilderimageBuildVersionArn(String imageBuildVersionArn)The Amazon Resource Name (ARN) of the image build version to send action for.SendWorkflowStepActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendWorkflowStepActionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendWorkflowStepActionRequest.Builderreason(String reason)The reason why this action is sent.SendWorkflowStepActionRequest.BuilderstepExecutionId(String stepExecutionId)Uniquely identifies the workflow step that sent the step action.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stepExecutionId
SendWorkflowStepActionRequest.Builder stepExecutionId(String stepExecutionId)
Uniquely identifies the workflow step that sent the step action.
- Parameters:
stepExecutionId- Uniquely identifies the workflow step that sent the step action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageBuildVersionArn
SendWorkflowStepActionRequest.Builder imageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version to send action for.
- Parameters:
imageBuildVersionArn- The Amazon Resource Name (ARN) of the image build version to send action for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
SendWorkflowStepActionRequest.Builder action(String action)
The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete.- Parameters:
action- The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowStepActionType,WorkflowStepActionType
-
action
SendWorkflowStepActionRequest.Builder action(WorkflowStepActionType action)
The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete.- Parameters:
action- The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowStepActionType,WorkflowStepActionType
-
reason
SendWorkflowStepActionRequest.Builder reason(String reason)
The reason why this action is sent.
- Parameters:
reason- The reason why this action is sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
SendWorkflowStepActionRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
- Parameters:
clientToken- Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SendWorkflowStepActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SendWorkflowStepActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-