@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.Builder |
applicationIdentifier(String applicationIdentifier)
Sets the value of
CfnRouteProps.getApplicationIdentifier() |
CfnRouteProps |
build()
Builds the configured instance.
|
CfnRouteProps.Builder |
environmentIdentifier(String environmentIdentifier)
Sets the value of
CfnRouteProps.getEnvironmentIdentifier() |
CfnRouteProps.Builder |
routeType(String routeType)
Sets the value of
CfnRouteProps.getRouteType() |
CfnRouteProps.Builder |
serviceIdentifier(String serviceIdentifier)
Sets the value of
CfnRouteProps.getServiceIdentifier() |
CfnRouteProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRouteProps.getTags() |
CfnRouteProps.Builder |
uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
Sets the value of
CfnRouteProps.getUriPathRoute() |
CfnRouteProps.Builder |
uriPathRoute(IResolvable uriPathRoute)
Sets the value of
CfnRouteProps.getUriPathRoute() |
@Stability(value=Stable) public CfnRouteProps.Builder applicationIdentifier(String applicationIdentifier)
CfnRouteProps.getApplicationIdentifier()applicationIdentifier - `AWS::RefactorSpaces::Route.ApplicationIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder environmentIdentifier(String environmentIdentifier)
CfnRouteProps.getEnvironmentIdentifier()environmentIdentifier - `AWS::RefactorSpaces::Route.EnvironmentIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder routeType(String routeType)
CfnRouteProps.getRouteType()routeType - `AWS::RefactorSpaces::Route.RouteType`.this@Stability(value=Stable) public CfnRouteProps.Builder serviceIdentifier(String serviceIdentifier)
CfnRouteProps.getServiceIdentifier()serviceIdentifier - `AWS::RefactorSpaces::Route.ServiceIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder tags(List<? extends CfnTag> tags)
CfnRouteProps.getTags()tags - `AWS::RefactorSpaces::Route.Tags`.this@Stability(value=Stable) public CfnRouteProps.Builder uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
CfnRouteProps.getUriPathRoute()uriPathRoute - `AWS::RefactorSpaces::Route.UriPathRoute`.this@Stability(value=Stable) public CfnRouteProps.Builder uriPathRoute(IResolvable uriPathRoute)
CfnRouteProps.getUriPathRoute()uriPathRoute - `AWS::RefactorSpaces::Route.UriPathRoute`.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.