Modifier and Type | Method and Description |
---|---|
CfnRoute.Builder |
applicationIdentifier(java.lang.String applicationIdentifier)
The unique identifier of the application.
|
CfnRoute |
build() |
static CfnRoute.Builder |
create(Construct scope,
java.lang.String id) |
CfnRoute.Builder |
defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
defaultRoute(IResolvable defaultRoute)
Configuration for the default route type.
|
CfnRoute.Builder |
environmentIdentifier(java.lang.String environmentIdentifier)
The unique identifier of the environment.
|
CfnRoute.Builder |
routeType(java.lang.String routeType)
The route type of the route.
|
CfnRoute.Builder |
serviceIdentifier(java.lang.String serviceIdentifier)
The unique identifier of the service.
|
CfnRoute.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags assigned to the route.
|
CfnRoute.Builder |
uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
The configuration for the URI path route type.
|
CfnRoute.Builder |
uriPathRoute(IResolvable uriPathRoute)
The configuration for the URI path route type.
|
public static CfnRoute.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnRoute.DefaultRouteInputProperty.Builder
.public CfnRoute.Builder applicationIdentifier(java.lang.String applicationIdentifier)
applicationIdentifier
- The unique identifier of the application. This parameter is required.this
public CfnRoute.Builder environmentIdentifier(java.lang.String environmentIdentifier)
environmentIdentifier
- The unique identifier of the environment. This parameter is required.this
public CfnRoute.Builder serviceIdentifier(java.lang.String serviceIdentifier)
serviceIdentifier
- The unique identifier of the service. This parameter is required.this
public CfnRoute.Builder defaultRoute(IResolvable defaultRoute)
defaultRoute
- Configuration for the default route type. This parameter is required.this
public CfnRoute.Builder defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute)
defaultRoute
- Configuration for the default route type. This parameter is required.this
public CfnRoute.Builder routeType(java.lang.String routeType)
routeType
- The route type of the route. This parameter is required.this
public CfnRoute.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags assigned to the route. This parameter is required.this
public CfnRoute.Builder uriPathRoute(IResolvable uriPathRoute)
uriPathRoute
- The configuration for the URI path route type. This parameter is required.this
public CfnRoute.Builder uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute)
uriPathRoute
- The configuration for the URI path route type. This parameter is required.this
public CfnRoute build()