public static interface UpdateGatewayRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<UpdateGatewayRouteRequest.Builder,UpdateGatewayRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayRouteRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateGatewayRouteRequest.Builder |
gatewayRouteName(String gatewayRouteName)
The name of the gateway route to update.
|
UpdateGatewayRouteRequest.Builder |
meshName(String meshName)
The name of the service mesh that the gateway route resides in.
|
UpdateGatewayRouteRequest.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
UpdateGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateGatewayRouteRequest.Builder |
spec(Consumer<GatewayRouteSpec.Builder> spec)
The new gateway route specification to apply.
|
UpdateGatewayRouteRequest.Builder |
spec(GatewayRouteSpec spec)
The new gateway route specification to apply.
|
UpdateGatewayRouteRequest.Builder |
virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway that the gateway route is associated with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayRouteRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36
letters, numbers, hyphens, and underscores are allowed.UpdateGatewayRouteRequest.Builder gatewayRouteName(String gatewayRouteName)
The name of the gateway route to update.
gatewayRouteName - The name of the gateway route to update.UpdateGatewayRouteRequest.Builder meshName(String meshName)
The name of the service mesh that the gateway route resides in.
meshName - The name of the service mesh that the gateway route resides in.UpdateGatewayRouteRequest.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.UpdateGatewayRouteRequest.Builder spec(GatewayRouteSpec spec)
The new gateway route specification to apply. This overwrites the existing data.
spec - The new gateway route specification to apply. This overwrites the existing data.default UpdateGatewayRouteRequest.Builder spec(Consumer<GatewayRouteSpec.Builder> spec)
The new gateway route specification to apply. This overwrites the existing data.
This is a convenience that creates an instance of theGatewayRouteSpec.Builder avoiding the need to
create one manually via GatewayRouteSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spec(GatewayRouteSpec).spec - a consumer that will call methods on GatewayRouteSpec.Builderspec(GatewayRouteSpec)UpdateGatewayRouteRequest.Builder virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway that the gateway route is associated with.
virtualGatewayName - The name of the virtual gateway that the gateway route is associated with.UpdateGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.