public static interface ReplaceRouteTableAssociationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceRouteTableAssociationRequest.Builder |
associationId(String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ReplaceRouteTableAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ReplaceRouteTableAssociationRequest.Builder |
routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
buildoverrideConfigurationcopyapplyMutation, buildReplaceRouteTableAssociationRequest.Builder associationId(String associationId)
The association ID.
associationId - The association ID.ReplaceRouteTableAssociationRequest.Builder routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
routeTableId - The ID of the new route table to associate with the subnet.ReplaceRouteTableAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ReplaceRouteTableAssociationRequest.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.