Interface DefaultRouteInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DefaultRouteInput.Builder,
,DefaultRouteInput> SdkBuilder<DefaultRouteInput.Builder,
,DefaultRouteInput> SdkPojo
- Enclosing class:
DefaultRouteInput
@Mutable
@NotThreadSafe
public static interface DefaultRouteInput.Builder
extends SdkPojo, CopyableBuilder<DefaultRouteInput.Builder,DefaultRouteInput>
-
Method Summary
Modifier and TypeMethodDescriptionactivationState
(String activationState) If set toACTIVE
, traffic is forwarded to this route’s service after the route is created.activationState
(RouteActivationState activationState) If set toACTIVE
, traffic is forwarded to this route’s service after the route is created.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
-
activationState
If set to
ACTIVE
, traffic is forwarded to this route’s service after the route is created.- Parameters:
activationState
- If set toACTIVE
, traffic is forwarded to this route’s service after the route is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activationState
If set to
ACTIVE
, traffic is forwarded to this route’s service after the route is created.- Parameters:
activationState
- If set toACTIVE
, traffic is forwarded to this route’s service after the route is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-