public static interface AssociateRouteTableResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<AssociateRouteTableResponse.Builder,AssociateRouteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableResponse.Builder |
associationId(String associationId)
The route table association ID (needed to disassociate the route table).
|
buildAssociateRouteTableResponse.Builder associationId(String associationId)
The route table association ID (needed to disassociate the route table).
associationId - The route table association ID (needed to disassociate the route table).Copyright © 2018. All rights reserved.