public static interface AssociateRouteTableRequest.Builder extends EC2Request.Builder, CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateRouteTableRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
AssociateRouteTableRequest.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAssociateRouteTableRequest.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.AssociateRouteTableRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.