@Stability(value=Stable) public static final class CfnGatewayRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRouteProps>
CfnGatewayRouteProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRouteProps |
build()
Builds the configured instance.
|
CfnGatewayRouteProps.Builder |
gatewayRouteName(String gatewayRouteName)
Sets the value of
CfnGatewayRouteProps.getGatewayRouteName() |
CfnGatewayRouteProps.Builder |
meshName(String meshName)
Sets the value of
CfnGatewayRouteProps.getMeshName() |
CfnGatewayRouteProps.Builder |
meshOwner(String meshOwner)
Sets the value of
CfnGatewayRouteProps.getMeshOwner() |
CfnGatewayRouteProps.Builder |
spec(CfnGatewayRoute.GatewayRouteSpecProperty spec)
Sets the value of
CfnGatewayRouteProps.getSpec() |
CfnGatewayRouteProps.Builder |
spec(IResolvable spec)
Sets the value of
CfnGatewayRouteProps.getSpec() |
CfnGatewayRouteProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnGatewayRouteProps.getTags() |
CfnGatewayRouteProps.Builder |
virtualGatewayName(String virtualGatewayName)
Sets the value of
CfnGatewayRouteProps.getVirtualGatewayName() |
@Stability(value=Stable) public CfnGatewayRouteProps.Builder meshName(String meshName)
CfnGatewayRouteProps.getMeshName()meshName - The name of the service mesh that the resource resides in. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder spec(CfnGatewayRoute.GatewayRouteSpecProperty spec)
CfnGatewayRouteProps.getSpec()spec - The specifications of the gateway route. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder spec(IResolvable spec)
CfnGatewayRouteProps.getSpec()spec - The specifications of the gateway route. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder virtualGatewayName(String virtualGatewayName)
CfnGatewayRouteProps.getVirtualGatewayName()virtualGatewayName - The virtual gateway that the gateway route is associated with. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder gatewayRouteName(String gatewayRouteName)
CfnGatewayRouteProps.getGatewayRouteName()gatewayRouteName - The name of the gateway route.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder meshOwner(String meshOwner)
CfnGatewayRouteProps.getMeshOwner()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 .this@Stability(value=Stable) public CfnGatewayRouteProps.Builder tags(List<? extends CfnTag> tags)
CfnGatewayRouteProps.getTags()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@Stability(value=Stable) public CfnGatewayRouteProps build()
build in interface software.amazon.jsii.Builder<CfnGatewayRouteProps>CfnGatewayRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.