Uses of Interface
software.amazon.awssdk.services.directconnect.model.RouterType.Builder
-
Packages that use RouterType.Builder Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of RouterType.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return RouterType.Builder Modifier and Type Method Description static RouterType.BuilderRouterType. builder()RouterType.BuilderRouterType.Builder. platform(String platform)The virtual interface router platform.RouterType.BuilderRouterType.Builder. routerTypeIdentifier(String routerTypeIdentifier)Identifies the router by a combination of vendor, platform, and software version.RouterType.BuilderRouterType.Builder. software(String software)The router software.RouterType.BuilderRouterType. toBuilder()RouterType.BuilderRouterType.Builder. vendor(String vendor)The vendor for the virtual interface's router.RouterType.BuilderRouterType.Builder. xsltTemplateName(String xsltTemplateName)The template for the virtual interface's router.RouterType.BuilderRouterType.Builder. xsltTemplateNameForMacSec(String xsltTemplateNameForMacSec)The MAC Security (MACsec) template for the virtual interface's router.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type RouterType.Builder Modifier and Type Method Description static Class<? extends RouterType.Builder>RouterType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type RouterType.Builder Modifier and Type Method Description default DescribeRouterConfigurationResponse.BuilderDescribeRouterConfigurationResponse.Builder. router(Consumer<RouterType.Builder> router)The details about the router.
-