CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
, SdkBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
public static interface AssociateRouteTableRequest.Builder extends CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateRouteTableRequest.Builder |
routeTableId(String routeTableId) |
The ID of the route table.
|
AssociateRouteTableRequest.Builder |
subnetId(String subnetId) |
The ID of the subnet.
|
copy
apply, build
AssociateRouteTableRequest.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.AssociateRouteTableRequest.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.