public static interface AssociateRouteTableResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateRouteTableResponse.Builder,AssociateRouteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableResponse.Builder |
associationId(String associationId)
The route table association ID.
|
default AssociateRouteTableResponse.Builder |
associationState(Consumer<RouteTableAssociationState.Builder> associationState)
The state of the association.
|
AssociateRouteTableResponse.Builder |
associationState(RouteTableAssociationState associationState)
The state of the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateRouteTableResponse.Builder associationId(String associationId)
The route table association ID. This ID is required for disassociating the route table.
associationId - The route table association ID. This ID is required for disassociating the route table.AssociateRouteTableResponse.Builder associationState(RouteTableAssociationState associationState)
The state of the association.
associationState - The state of the association.default AssociateRouteTableResponse.Builder associationState(Consumer<RouteTableAssociationState.Builder> associationState)
The state of the association.
This is a convenience method that creates an instance of theRouteTableAssociationState.Builder
avoiding the need to create one manually via RouteTableAssociationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to associationState(RouteTableAssociationState).
associationState - a consumer that will call methods on RouteTableAssociationState.BuilderassociationState(RouteTableAssociationState)Copyright © 2023. All rights reserved.