@Generated(value="software.amazon.awssdk:codegen") public final class RoutingConfigurationListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutingConfigurationListItem.Builder,RoutingConfigurationListItem>
Contains details about the routing configuration of a state machine alias. In a routing configuration, you define an array of objects that specify up to two state machine versions. You also specify the percentage of traffic to be routed to each version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutingConfigurationListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RoutingConfigurationListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoutingConfigurationListItem.Builder> |
serializableBuilderClass() |
String |
stateMachineVersionArn()
The Amazon Resource Name (ARN) that identifies one or two state machine versions defined in the routing
configuration.
|
RoutingConfigurationListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
weight()
The percentage of traffic you want to route to the second state machine version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If you specify the ARN of a second version, it must belong to the same state machine as the first version.
public final 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.
public RoutingConfigurationListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RoutingConfigurationListItem.Builder,RoutingConfigurationListItem>public static RoutingConfigurationListItem.Builder builder()
public static Class<? extends RoutingConfigurationListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.