Interface ArcRoutingControlState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArcRoutingControlState.Builder,
,ArcRoutingControlState> SdkBuilder<ArcRoutingControlState.Builder,
,ArcRoutingControlState> SdkPojo
- Enclosing class:
ArcRoutingControlState
@Mutable
@NotThreadSafe
public static interface ArcRoutingControlState.Builder
extends SdkPojo, CopyableBuilder<ArcRoutingControlState.Builder,ArcRoutingControlState>
-
Method Summary
Modifier and TypeMethodDescriptionroutingControlArn
(String routingControlArn) The Amazon Resource Name (ARN) of a routing control.The state of an ARC routing control, On or Off.state
(RoutingControlStateChange state) The state of an ARC routing control, On or Off.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) of a routing control.
- Parameters:
routingControlArn
- The Amazon Resource Name (ARN) of a routing control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of an ARC routing control, On or Off.
- Parameters:
state
- The state of an ARC routing control, On or Off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of an ARC routing control, On or Off.
- Parameters:
state
- The state of an ARC routing control, On or Off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-