public static interface DescribeStateMachineRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<DescribeStateMachineRequest.Builder,DescribeStateMachineRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStateMachineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStateMachineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStateMachineRequest.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine for which you want the information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStateMachineRequest.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine for which you want the information.
If you specify a state machine version ARN, this API returns details about that version. The version ARN is a
combination of state machine ARN and the version number separated by a colon (:). For example,
stateMachineARN:1.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine for which you want the information.
If you specify a state machine version ARN, this API returns details about that version. The version
ARN is a combination of state machine ARN and the version number separated by a colon (:). For
example, stateMachineARN:1.
DescribeStateMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStateMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.