Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnRoutePropsMixin.Builder
Packages that use CfnRoutePropsMixin.Builder
-
Uses of CfnRoutePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.refactorspaces
Methods in software.amazon.awscdk.cfnpropertymixins.services.refactorspaces that return CfnRoutePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRoutePropsMixin.Builder.applicationIdentifier(String applicationIdentifier) The unique identifier of the application.CfnRoutePropsMixin.Builder.applicationIdentifier(IApplicationRef applicationIdentifier) The unique identifier of the application.static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create()static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRoutePropsMixin.Builder.defaultRoute(CfnRoutePropsMixin.DefaultRouteInputProperty defaultRoute) Configuration for the default route type.CfnRoutePropsMixin.Builder.defaultRoute(IResolvable defaultRoute) Configuration for the default route type.CfnRoutePropsMixin.Builder.environmentIdentifier(String environmentIdentifier) The unique identifier of the environment.CfnRoutePropsMixin.Builder.environmentIdentifier(IEnvironmentRef environmentIdentifier) The unique identifier of the environment.The route type of the route.CfnRoutePropsMixin.Builder.serviceIdentifier(String serviceIdentifier) The unique identifier of the service.CfnRoutePropsMixin.Builder.serviceIdentifier(IServiceRef serviceIdentifier) The unique identifier of the service.The tags assigned to the route.CfnRoutePropsMixin.Builder.uriPathRoute(CfnRoutePropsMixin.UriPathRouteInputProperty uriPathRoute) The configuration for the URI path route type.CfnRoutePropsMixin.Builder.uriPathRoute(IResolvable uriPathRoute) The configuration for the URI path route type.