public static interface CreateGatewayRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<CreateGatewayRouteRequest.Builder,CreateGatewayRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRouteRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateGatewayRouteRequest.Builder |
gatewayRouteName(String gatewayRouteName)
The name to use for the gateway route.
|
CreateGatewayRouteRequest.Builder |
meshName(String meshName)
The name of the service mesh to create the gateway route in.
|
CreateGatewayRouteRequest.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
CreateGatewayRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGatewayRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateGatewayRouteRequest.Builder |
spec(Consumer<GatewayRouteSpec.Builder> spec)
The gateway route specification to apply.
|
CreateGatewayRouteRequest.Builder |
spec(GatewayRouteSpec spec)
The gateway route specification to apply.
|
CreateGatewayRouteRequest.Builder |
tags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateGatewayRouteRequest.Builder |
tags(Consumer<TagRef.Builder>... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateGatewayRouteRequest.Builder |
tags(TagRef... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateGatewayRouteRequest.Builder |
virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway to associate the gateway route with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGatewayRouteRequest.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.CreateGatewayRouteRequest.Builder gatewayRouteName(String gatewayRouteName)
The name to use for the gateway route.
gatewayRouteName - The name to use for the gateway route.CreateGatewayRouteRequest.Builder meshName(String meshName)
The name of the service mesh to create the gateway route in.
meshName - The name of the service mesh to create the gateway route in.CreateGatewayRouteRequest.Builder meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. 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 the account
that you specify must share the mesh with your account before you can create the resource in the
service mesh. For more information about mesh sharing, see Working with shared
meshes.CreateGatewayRouteRequest.Builder spec(GatewayRouteSpec spec)
The gateway route specification to apply.
spec - The gateway route specification to apply.default CreateGatewayRouteRequest.Builder spec(Consumer<GatewayRouteSpec.Builder> spec)
The gateway route specification to apply.
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)CreateGatewayRouteRequest.Builder tags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
tags - Optional metadata that you can apply to the gateway route to assist with categorization and
organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can
have a maximum character length of 128 characters, and tag values can have a maximum length of 256
characters.CreateGatewayRouteRequest.Builder tags(TagRef... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
tags - Optional metadata that you can apply to the gateway route to assist with categorization and
organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can
have a maximum character length of 128 characters, and tag values can have a maximum length of 256
characters.CreateGatewayRouteRequest.Builder tags(Consumer<TagRef.Builder>... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateGatewayRouteRequest.Builder virtualGatewayName(String virtualGatewayName)
The name of the virtual gateway to associate the gateway route with. If the virtual gateway is in a shared mesh, then you must be the owner of the virtual gateway resource.
virtualGatewayName - The name of the virtual gateway to associate the gateway route with. If the virtual gateway is in a
shared mesh, then you must be the owner of the virtual gateway resource.CreateGatewayRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGatewayRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.