public static interface DescribeStateMachineResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<DescribeStateMachineResponse.Builder,DescribeStateMachineResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStateMachineResponse.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.DescribeStateMachineResponse.Builder name(String name)
The name of the state machine.
A name must not contain:
white space
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:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
DescribeStateMachineResponse.Builder status(String status)
The current status of the state machine.
status - The current status of the state machine.StateMachineStatus,
StateMachineStatusDescribeStateMachineResponse.Builder status(StateMachineStatus status)
The current status of the state machine.
status - The current status of the state machine.StateMachineStatus,
StateMachineStatusDescribeStateMachineResponse.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.DescribeStateMachineResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to AWS resources.)
roleArn - The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role
maintains security by granting Step Functions access to AWS resources.)DescribeStateMachineResponse.Builder type(String type)
type - StateMachineType,
StateMachineTypeDescribeStateMachineResponse.Builder type(StateMachineType type)
type - StateMachineType,
StateMachineTypeDescribeStateMachineResponse.Builder creationDate(Instant creationDate)
The date the state machine is created.
creationDate - The date the state machine is created.DescribeStateMachineResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration - default DescribeStateMachineResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
LoggingConfiguration.Builder avoiding the need
to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)Copyright © 2019. All rights reserved.