Interface Route.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Route.Builder,Route>, SdkBuilder<Route.Builder,Route>, SdkPojo
Enclosing class:
Route

@Mutable @NotThreadSafe public static interface Route.Builder extends SdkPojo, CopyableBuilder<Route.Builder,Route>
  • Method Details

    • destinationType

      Route.Builder destinationType(String destinationType)

      The type of destination for the route.

      Parameters:
      destinationType - The type of destination for the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationType

      Route.Builder destinationType(DestinationType destinationType)

      The type of destination for the route.

      Parameters:
      destinationType - The type of destination for the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetType

      Route.Builder targetType(String targetType)

      The type of target for the route.

      Parameters:
      targetType - The type of target for the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetType

      Route.Builder targetType(TargetType targetType)

      The type of target for the route.

      Parameters:
      targetType - The type of target for the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      Route.Builder destination(String destination)

      The destination of the route.

      Parameters:
      destination - The destination of the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      Route.Builder target(String target)

      The route's target.

      Parameters:
      target - The route's target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.