public static interface StateMachineListItem.Builder extends SdkPojo, CopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>
Modifier and Type | Method and Description |
---|---|
StateMachineListItem.Builder |
creationDate(Instant creationDate)
The date the state machine is created.
|
StateMachineListItem.Builder |
name(String name)
The name of the state machine.
|
StateMachineListItem.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
copy
applyMutation, build
StateMachineListItem.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the state machine.StateMachineListItem.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
)
StateMachineListItem.Builder creationDate(Instant creationDate)
The date the state machine is created.
creationDate
- The date the state machine is created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.