Interface UpdateRoutingControlStateEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>,SdkBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>,SdkPojo
- Enclosing class:
- UpdateRoutingControlStateEntry
public static interface UpdateRoutingControlStateEntry.Builder extends SdkPojo, CopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRoutingControlStateEntry.BuilderroutingControlArn(String routingControlArn)The Amazon Resource Name (ARN) for a routing control state entry.UpdateRoutingControlStateEntry.BuilderroutingControlState(String routingControlState)The routing control state in a set of routing control state entries.UpdateRoutingControlStateEntry.BuilderroutingControlState(RoutingControlState routingControlState)The routing control state in a set of routing control state entries.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
routingControlArn
UpdateRoutingControlStateEntry.Builder routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for a routing control state entry.
- Parameters:
routingControlArn- The Amazon Resource Name (ARN) for a routing control state entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingControlState
UpdateRoutingControlStateEntry.Builder routingControlState(String routingControlState)
The routing control state in a set of routing control state entries.
- Parameters:
routingControlState- The routing control state in a set of routing control state entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RoutingControlState,RoutingControlState
-
routingControlState
UpdateRoutingControlStateEntry.Builder routingControlState(RoutingControlState routingControlState)
The routing control state in a set of routing control state entries.
- Parameters:
routingControlState- The routing control state in a set of routing control state entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RoutingControlState,RoutingControlState
-
-