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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
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.
|
buildrequestOverrideConfigcopyapply, 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.AssociateRouteTableRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.