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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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.AssociateRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AssociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.