Interface DescribeGatewayRouteRequest.Builder
-
- All Superinterfaces:
AppMeshRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeGatewayRouteRequest.Builder,DescribeGatewayRouteRequest>,SdkBuilder<DescribeGatewayRouteRequest.Builder,DescribeGatewayRouteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeGatewayRouteRequest
public static interface DescribeGatewayRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DescribeGatewayRouteRequest.Builder,DescribeGatewayRouteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeGatewayRouteRequest.BuildergatewayRouteName(String gatewayRouteName)The name of the gateway route to describe.DescribeGatewayRouteRequest.BuildermeshName(String meshName)The name of the service mesh that the gateway route resides in.DescribeGatewayRouteRequest.BuildermeshOwner(String meshOwner)The Amazon Web Services IAM account ID of the service mesh owner.DescribeGatewayRouteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeGatewayRouteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeGatewayRouteRequest.BuildervirtualGatewayName(String virtualGatewayName)The name of the virtual gateway that the gateway route is associated with.-
Methods inherited from interface software.amazon.awssdk.services.appmesh.model.AppMeshRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
gatewayRouteName
DescribeGatewayRouteRequest.Builder gatewayRouteName(String gatewayRouteName)
The name of the gateway route to describe.
- Parameters:
gatewayRouteName- The name of the gateway route to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshName
DescribeGatewayRouteRequest.Builder meshName(String meshName)
The name of the service mesh that the gateway route resides in.
- Parameters:
meshName- The name of the service mesh that the gateway route resides in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meshOwner
DescribeGatewayRouteRequest.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.
-
virtualGatewayName
DescribeGatewayRouteRequest.Builder virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway that the gateway route is associated with.
- Parameters:
virtualGatewayName- The name of the virtual gateway that the gateway route is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-