public static interface CreateStateMachineRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<CreateStateMachineRequest.Builder,CreateStateMachineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStateMachineRequest.Builder |
definition(String definition)
The Amazon States Language definition of the state machine.
|
CreateStateMachineRequest.Builder |
name(String name)
The name of the state machine.
|
CreateStateMachineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStateMachineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStateMachineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
|
CreateStateMachineRequest.Builder |
tags(Collection<Tag> tags)
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
tags(Tag... tags)
Tags to be added when creating a state machine.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateStateMachineRequest.Builder name(String name)
The name of the state machine.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
name - The name of the state machine.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
CreateStateMachineRequest.Builder definition(String definition)
The Amazon States Language definition of the state machine. See Amazon States Language.
definition - The Amazon States Language definition of the state machine. See Amazon States Language.CreateStateMachineRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
roleArn - The Amazon Resource Name (ARN) of the IAM role to use for this state machine.CreateStateMachineRequest.Builder tags(Collection<Tag> tags)
Tags to be added when creating a state machine.
tags - Tags to be added when creating a state machine.CreateStateMachineRequest.Builder tags(Tag... tags)
Tags to be added when creating a state machine.
tags - Tags to be added when creating a state machine.CreateStateMachineRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to be added when creating a state machine.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateStateMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStateMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.