public static interface UpdateStateMachineRequest.Builder extends SfnRequest.Builder, CopyableBuilder<UpdateStateMachineRequest.Builder,UpdateStateMachineRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStateMachineRequest.Builder |
definition(String definition)
The Amazon States Language definition of the state machine.
|
UpdateStateMachineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateStateMachineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateStateMachineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
|
UpdateStateMachineRequest.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateStateMachineRequest.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine.UpdateStateMachineRequest.Builder definition(String definition)
The Amazon States Language definition of the state machine.
definition - The Amazon States Language definition of the state machine.UpdateStateMachineRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
roleArn - The Amazon Resource Name (ARN) of the IAM role of the state machine.UpdateStateMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateStateMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.