public static interface DescribeStateMachineForExecutionResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<DescribeStateMachineForExecutionResponse.Builder,DescribeStateMachineForExecutionResponse>
| Modifier and Type | Method and Description | 
|---|---|
DescribeStateMachineForExecutionResponse.Builder | 
definition(String definition)
 The Amazon States Language definition of the state machine. 
 | 
DescribeStateMachineForExecutionResponse.Builder | 
name(String name)
 The name of the state machine associated with the execution. 
 | 
DescribeStateMachineForExecutionResponse.Builder | 
roleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution. 
 | 
DescribeStateMachineForExecutionResponse.Builder | 
stateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine associated with the execution. 
 | 
DescribeStateMachineForExecutionResponse.Builder | 
updateDate(Instant updateDate)
 The date and time the state machine associated with an execution was updated. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeStateMachineForExecutionResponse.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine associated with the execution.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine associated with the execution.DescribeStateMachineForExecutionResponse.Builder name(String name)
The name of the state machine associated with the execution.
name - The name of the state machine associated with the execution.DescribeStateMachineForExecutionResponse.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.DescribeStateMachineForExecutionResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
roleArn - The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.DescribeStateMachineForExecutionResponse.Builder updateDate(Instant updateDate)
The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.
updateDate - The date and time the state machine associated with an execution was updated. For a newly created
        state machine, this is the creation date.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.