Uses of Class
software.amazon.awscdk.services.refactorspaces.CfnRoute.Builder
Packages that use CfnRoute.Builder
Package
Description
AWS::RefactorSpaces Construct Library
-
Uses of CfnRoute.Builder in software.amazon.awscdk.services.refactorspaces
Methods in software.amazon.awscdk.services.refactorspaces that return CfnRoute.BuilderModifier and TypeMethodDescriptionCfnRoute.Builder.applicationIdentifier(String applicationIdentifier) The unique identifier of the application.CfnRoute.Builder.applicationIdentifier(IApplicationRef applicationIdentifier) The unique identifier of the application.static CfnRoute.BuilderCfnRoute.Builder.defaultRoute(IResolvable defaultRoute) Configuration for the default route type.CfnRoute.Builder.defaultRoute(CfnRoute.DefaultRouteInputProperty defaultRoute) Configuration for the default route type.CfnRoute.Builder.environmentIdentifier(String environmentIdentifier) The unique identifier of the environment.CfnRoute.Builder.environmentIdentifier(IEnvironmentRef environmentIdentifier) The unique identifier of the environment.The route type of the route.CfnRoute.Builder.serviceIdentifier(String serviceIdentifier) The unique identifier of the service.CfnRoute.Builder.serviceIdentifier(IServiceRef serviceIdentifier) The unique identifier of the service.The tags assigned to the route.CfnRoute.Builder.uriPathRoute(IResolvable uriPathRoute) The configuration for the URI path route type.CfnRoute.Builder.uriPathRoute(CfnRoute.UriPathRouteInputProperty uriPathRoute) The configuration for the URI path route type.