@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 - The unique identifier of the application. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder environmentIdentifier(String environmentIdentifier)
CfnRouteProps.getEnvironmentIdentifier()environmentIdentifier - The unique identifier of the environment. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder serviceIdentifier(String serviceIdentifier)
CfnRouteProps.getServiceIdentifier()serviceIdentifier - The unique identifier of the service. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder routeType(String routeType)
CfnRouteProps.getRouteType()routeType - The route type of the route.this@Stability(value=Stable) public CfnRouteProps.Builder tags(List<? extends CfnTag> tags)
CfnRouteProps.getTags()tags - The tags assigned to the route.this@Stability(value=Stable) public CfnRouteProps.Builder uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
CfnRouteProps.getUriPathRoute()uriPathRoute - The configuration for the URI path route type.this@Stability(value=Stable) public CfnRouteProps.Builder uriPathRoute(IResolvable uriPathRoute)
CfnRouteProps.getUriPathRoute()uriPathRoute - The configuration for the URI path route type.this@Stability(value=Stable) public CfnRouteProps build()
build in interface software.amazon.jsii.Builder<CfnRouteProps>CfnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.