public static interface ReplaceRouteTableAssociationRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ReplaceRouteTableAssociationRequest.Builder,ReplaceRouteTableAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceRouteTableAssociationRequest.Builder |
associationId(String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest.Builder |
routeTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
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.Copyright © 2017. All rights reserved.