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) |
ReplaceRouteTableAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReplaceRouteTableAssociationRequest.Builder |
routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderReplaceRouteTableAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.