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