public static interface RoutingConfigurationListItem.Builder extends SdkPojo, CopyableBuilder<RoutingConfigurationListItem.Builder,RoutingConfigurationListItem>
| Modifier and Type | Method and Description |
|---|---|
RoutingConfigurationListItem.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing
configuration.
|
RoutingConfigurationListItem.Builder |
weight(Integer weight)
The percentage of traffic you want to route to the second state machine version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoutingConfigurationListItem.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing configuration.
If you specify the ARN of a second version, it must belong to the same state machine as the first version.
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the
routing configuration.
If you specify the ARN of a second version, it must belong to the same state machine as the first version.
RoutingConfigurationListItem.Builder weight(Integer weight)
The percentage of traffic you want to route to the second state machine version. The sum of the weights in the routing configuration must be equal to 100.
weight - The percentage of traffic you want to route to the second state machine version. The sum of the
weights in the routing configuration must be equal to 100.Copyright © 2023. All rights reserved.