public static interface ReplaceRouteTableAssociationRequest.Builder extends EC2Request.Builder, CopyableBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceRouteTableAssociationRequest.Builder |
associationId(String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReplaceRouteTableAssociationRequest.Builder |
routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.