Interface UpdateRoutingControlStateEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateRoutingControlStateEntry.Builder,
,UpdateRoutingControlStateEntry> SdkBuilder<UpdateRoutingControlStateEntry.Builder,
,UpdateRoutingControlStateEntry> SdkPojo
- Enclosing class:
UpdateRoutingControlStateEntry
@Mutable
@NotThreadSafe
public static interface UpdateRoutingControlStateEntry.Builder
extends SdkPojo, CopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
-
Method Summary
Modifier and TypeMethodDescriptionroutingControlArn
(String routingControlArn) The Amazon Resource Name (ARN) for a routing control state entry.routingControlState
(String routingControlState) The routing control state in a set of routing control state entries.routingControlState
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-