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