public static interface AssociateRouteTableRequest.Builder extends Ec2Request.Builder, CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.