public static interface CreateRouteTableResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateRouteTableResponse.Builder,CreateRouteTableResponse>
Modifier and Type | Method and Description |
---|---|
default CreateRouteTableResponse.Builder |
routeTable(Consumer<RouteTable.Builder> routeTable)
Information about the route table.
|
CreateRouteTableResponse.Builder |
routeTable(RouteTable routeTable)
Information about the route table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateRouteTableResponse.Builder routeTable(RouteTable routeTable)
Information about the route table.
routeTable
- Information about the route table.default CreateRouteTableResponse.Builder routeTable(Consumer<RouteTable.Builder> routeTable)
Information about the route table.
This is a convenience method that creates an instance of theRouteTable.Builder
avoiding the need to
create one manually via RouteTable.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to routeTable(RouteTable)
.
routeTable
- a consumer that will call methods on RouteTable.Builder
routeTable(RouteTable)
Copyright © 2023. All rights reserved.