public static interface AssociateRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AssociateRouteTableRequest.Builder,AssociateRouteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderAssociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.