Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.DefaultRouteInput.Builder
-
Packages that use DefaultRouteInput.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of DefaultRouteInput.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return DefaultRouteInput.Builder Modifier and Type Method Description DefaultRouteInput.BuilderDefaultRouteInput.Builder. activationState(String activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is created.DefaultRouteInput.BuilderDefaultRouteInput.Builder. activationState(RouteActivationState activationState)If set toACTIVE, traffic is forwarded to this route’s service after the route is created.static DefaultRouteInput.BuilderDefaultRouteInput. builder()DefaultRouteInput.BuilderDefaultRouteInput. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type DefaultRouteInput.Builder Modifier and Type Method Description static Class<? extends DefaultRouteInput.Builder>DefaultRouteInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type DefaultRouteInput.Builder Modifier and Type Method Description default CreateRouteRequest.BuilderCreateRouteRequest.Builder. defaultRoute(Consumer<DefaultRouteInput.Builder> defaultRoute)Configuration for the default route type.
-