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