@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 - `AWS::AppMesh::GatewayRoute.MeshName`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder spec(CfnGatewayRoute.GatewayRouteSpecProperty spec)
CfnGatewayRouteProps.getSpec()spec - `AWS::AppMesh::GatewayRoute.Spec`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder spec(IResolvable spec)
CfnGatewayRouteProps.getSpec()spec - `AWS::AppMesh::GatewayRoute.Spec`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder virtualGatewayName(String virtualGatewayName)
CfnGatewayRouteProps.getVirtualGatewayName()virtualGatewayName - `AWS::AppMesh::GatewayRoute.VirtualGatewayName`. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder gatewayRouteName(String gatewayRouteName)
CfnGatewayRouteProps.getGatewayRouteName()gatewayRouteName - `AWS::AppMesh::GatewayRoute.GatewayRouteName`.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder meshOwner(String meshOwner)
CfnGatewayRouteProps.getMeshOwner()meshOwner - `AWS::AppMesh::GatewayRoute.MeshOwner`.this@Stability(value=Stable) public CfnGatewayRouteProps.Builder tags(List<? extends CfnTag> tags)
CfnGatewayRouteProps.getTags()tags - `AWS::AppMesh::GatewayRoute.Tags`.this@Stability(value=Stable) public CfnGatewayRouteProps build()
build in interface software.amazon.jsii.Builder<CfnGatewayRouteProps>CfnGatewayRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.