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 Details

    • 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 to ACTIVE, 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

      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 to ACTIVE, 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: