public static interface CreateRouteTableResponse.Builder extends EC2Response.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateRouteTableResponse.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 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.BuilderrouteTable(RouteTable)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.