@Generated(value="software.amazon.awssdk:codegen") public final class CreateStateMachineRequest extends SfnRequest implements ToCopyableBuilder<CreateStateMachineRequest.Builder,CreateStateMachineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateStateMachineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateStateMachineRequest.Builder |
builder() |
String |
definition()
The Amazon States Language definition of the state machine.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the state machine.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateStateMachineRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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)
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public String definition()
The Amazon States Language definition of the state machine. See Amazon States Language.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
public List<Tag> tags()
Tags to be added when creating a state machine.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateStateMachineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateStateMachineRequest.Builder,CreateStateMachineRequest>toBuilder in class SfnRequestpublic static CreateStateMachineRequest.Builder builder()
public static Class<? extends CreateStateMachineRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.