Interface DescribeRouteRequest.Builder

All Superinterfaces:
AppMeshRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<DescribeRouteRequest.Builder,DescribeRouteRequest>, SdkBuilder<DescribeRouteRequest.Builder,DescribeRouteRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeRouteRequest

public static interface DescribeRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DescribeRouteRequest.Builder,DescribeRouteRequest>
  • Method Details

    • meshName

      The name of the service mesh that the route resides in.

      Parameters:
      meshName - The name of the service mesh that the route resides in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meshOwner

      DescribeRouteRequest.Builder meshOwner(String meshOwner)

      The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

      Parameters:
      meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routeName

      DescribeRouteRequest.Builder routeName(String routeName)

      The name of the route to describe.

      Parameters:
      routeName - The name of the route to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • virtualRouterName

      DescribeRouteRequest.Builder virtualRouterName(String virtualRouterName)

      The name of the virtual router that the route is associated with.

      Parameters:
      virtualRouterName - The name of the virtual router that the route is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeRouteRequest.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.