@Stability(value=Stable) public static final class CfnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteProps>
CfnRouteProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRouteProps |
build()
Builds the configured instance.
|
CfnRouteProps.Builder |
meshName(String meshName)
Sets the value of
CfnRouteProps.getMeshName() |
CfnRouteProps.Builder |
meshOwner(String meshOwner)
Sets the value of
CfnRouteProps.getMeshOwner() |
CfnRouteProps.Builder |
routeName(String routeName)
Sets the value of
CfnRouteProps.getRouteName() |
CfnRouteProps.Builder |
spec(CfnRoute.RouteSpecProperty spec)
Sets the value of
CfnRouteProps.getSpec() |
CfnRouteProps.Builder |
spec(IResolvable spec)
Sets the value of
CfnRouteProps.getSpec() |
CfnRouteProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRouteProps.getTags() |
CfnRouteProps.Builder |
virtualRouterName(String virtualRouterName)
Sets the value of
CfnRouteProps.getVirtualRouterName() |
@Stability(value=Stable) public CfnRouteProps.Builder meshName(String meshName)
CfnRouteProps.getMeshName()meshName - `AWS::AppMesh::Route.MeshName`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder spec(CfnRoute.RouteSpecProperty spec)
CfnRouteProps.getSpec()spec - `AWS::AppMesh::Route.Spec`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder spec(IResolvable spec)
CfnRouteProps.getSpec()spec - `AWS::AppMesh::Route.Spec`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder virtualRouterName(String virtualRouterName)
CfnRouteProps.getVirtualRouterName()virtualRouterName - `AWS::AppMesh::Route.VirtualRouterName`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder meshOwner(String meshOwner)
CfnRouteProps.getMeshOwner()meshOwner - `AWS::AppMesh::Route.MeshOwner`.this@Stability(value=Stable) public CfnRouteProps.Builder routeName(String routeName)
CfnRouteProps.getRouteName()routeName - `AWS::AppMesh::Route.RouteName`.this@Stability(value=Stable) public CfnRouteProps.Builder tags(List<? extends CfnTag> tags)
CfnRouteProps.getTags()tags - `AWS::AppMesh::Route.Tags`.this@Stability(value=Stable) public CfnRouteProps build()
build in interface software.amazon.jsii.Builder<CfnRouteProps>CfnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.