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