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.
|
default DescribeStateMachineForExecutionResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
DescribeStateMachineForExecutionResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
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.
|
default DescribeStateMachineForExecutionResponse.Builder |
tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
DescribeStateMachineForExecutionResponse.Builder |
tracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
DescribeStateMachineForExecutionResponse.Builder |
updateDate(Instant updateDate)
The date and time the state machine associated with an execution was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DescribeStateMachineForExecutionResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration - The new value for the LoggingConfiguration property for this object.default DescribeStateMachineForExecutionResponse.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)DescribeStateMachineForExecutionResponse.Builder tracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
tracingConfiguration - Selects whether AWS X-Ray tracing is enabled.default DescribeStateMachineForExecutionResponse.Builder tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
This is a convenience that creates an instance of theTracingConfiguration.Builder avoiding the need
to create one manually via TracingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tracingConfiguration(TracingConfiguration).tracingConfiguration - a consumer that will call methods on TracingConfiguration.BuildertracingConfiguration(TracingConfiguration)Copyright © 2022. All rights reserved.