public static interface DescribeRouterConfigurationResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeRouterConfigurationResponse.Builder,DescribeRouterConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRouterConfigurationResponse.Builder |
customerRouterConfig(String customerRouterConfig)
The customer router configuration.
|
default DescribeRouterConfigurationResponse.Builder |
router(Consumer<RouterType.Builder> router)
The details about the router.
|
DescribeRouterConfigurationResponse.Builder |
router(RouterType router)
The details about the router.
|
DescribeRouterConfigurationResponse.Builder |
virtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
|
DescribeRouterConfigurationResponse.Builder |
virtualInterfaceName(String virtualInterfaceName)
Provides the details about a virtual interface's router.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRouterConfigurationResponse.Builder customerRouterConfig(String customerRouterConfig)
The customer router configuration.
customerRouterConfig - The customer router configuration.DescribeRouterConfigurationResponse.Builder router(RouterType router)
The details about the router.
router - The details about the router.default DescribeRouterConfigurationResponse.Builder router(Consumer<RouterType.Builder> router)
The details about the router.
This is a convenience method that creates an instance of theRouterType.Builder avoiding the need to
create one manually via RouterType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to router(RouterType).
router - a consumer that will call methods on RouterType.Builderrouter(RouterType)DescribeRouterConfigurationResponse.Builder virtualInterfaceId(String virtualInterfaceId)
The ID assigned to the virtual interface.
virtualInterfaceId - The ID assigned to the virtual interface.DescribeRouterConfigurationResponse.Builder virtualInterfaceName(String virtualInterfaceName)
Provides the details about a virtual interface's router.
virtualInterfaceName - Provides the details about a virtual interface's router.Copyright © 2022. All rights reserved.