Interface UpdateRouteRequest.Builder

  • Method Details

    • activationState

      UpdateRouteRequest.Builder activationState(String activationState)

      If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.

      Parameters:
      activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • activationState

      UpdateRouteRequest.Builder activationState(RouteActivationState activationState)

      If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.

      Parameters:
      activationState - If set to ACTIVE, traffic is forwarded to this route’s service after the route is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationIdentifier

      UpdateRouteRequest.Builder applicationIdentifier(String applicationIdentifier)

      The ID of the application within which the route is being updated.

      Parameters:
      applicationIdentifier - The ID of the application within which the route is being updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentIdentifier

      UpdateRouteRequest.Builder environmentIdentifier(String environmentIdentifier)

      The ID of the environment in which the route is being updated.

      Parameters:
      environmentIdentifier - The ID of the environment in which the route is being updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routeIdentifier

      UpdateRouteRequest.Builder routeIdentifier(String routeIdentifier)

      The unique identifier of the route to update.

      Parameters:
      routeIdentifier - The unique identifier of the route to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.