public static interface DeleteGatewayRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteGatewayRouteRequest.Builder,DeleteGatewayRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteGatewayRouteRequest.Builder |
gatewayRouteName(String gatewayRouteName)
The name of the gateway route to delete.
|
DeleteGatewayRouteRequest.Builder |
meshName(String meshName)
The name of the service mesh to delete the gateway route from.
|
DeleteGatewayRouteRequest.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
DeleteGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteGatewayRouteRequest.Builder |
virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway to delete the route from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteGatewayRouteRequest.Builder gatewayRouteName(String gatewayRouteName)
The name of the gateway route to delete.
gatewayRouteName - The name of the gateway route to delete.DeleteGatewayRouteRequest.Builder meshName(String meshName)
The name of the service mesh to delete the gateway route from.
meshName - The name of the service mesh to delete the gateway route from.DeleteGatewayRouteRequest.Builder meshOwner(String meshOwner)
The AWS 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.
meshOwner - The AWS 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.DeleteGatewayRouteRequest.Builder virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway to delete the route from.
virtualGatewayName - The name of the virtual gateway to delete the route from.DeleteGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.