@Stability(value=Stable) public static final class CfnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteProps>
CfnRouteProps| Constructor and Description |
|---|
Builder() |
@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 defaultRoute(IResolvable defaultRoute)
CfnRouteProps.getDefaultRoute()defaultRoute - Configuration for the default route type.this@Stability(value=Stable) public CfnRouteProps.Builder defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
CfnRouteProps.getDefaultRoute()defaultRoute - Configuration for the default route type.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(IResolvable uriPathRoute)
CfnRouteProps.getUriPathRoute()uriPathRoute - The configuration for the URI path route type.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 build()
build in interface software.amazon.jsii.Builder<CfnRouteProps>CfnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.