Interface DefaultRouteInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultRouteInput.Builder,DefaultRouteInput>,SdkBuilder<DefaultRouteInput.Builder,DefaultRouteInput>,SdkPojo
- Enclosing class:
- DefaultRouteInput
public static interface DefaultRouteInput.Builder extends SdkPojo, CopyableBuilder<DefaultRouteInput.Builder,DefaultRouteInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultRouteInput.BuilderactivationState(String activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is created.DefaultRouteInput.BuilderactivationState(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, sdkFields
-
-
-
-
Method Detail
-
activationState
DefaultRouteInput.Builder activationState(String 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:
RouteActivationState,RouteActivationState
-
activationState
DefaultRouteInput.Builder activationState(RouteActivationState 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:
RouteActivationState,RouteActivationState
-
-