public static interface AssociateTransitGatewayRouteTableResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateTransitGatewayRouteTableResponse.Builder,AssociateTransitGatewayRouteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateTransitGatewayRouteTableResponse.Builder |
association(Consumer<TransitGatewayAssociation.Builder> association)
The ID of the association.
|
AssociateTransitGatewayRouteTableResponse.Builder |
association(TransitGatewayAssociation association)
The ID of the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateTransitGatewayRouteTableResponse.Builder association(TransitGatewayAssociation association)
The ID of the association.
association - The ID of the association.default AssociateTransitGatewayRouteTableResponse.Builder association(Consumer<TransitGatewayAssociation.Builder> association)
The ID of the association.
This is a convenience method that creates an instance of theTransitGatewayAssociation.Builder
avoiding the need to create one manually via TransitGatewayAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to association(TransitGatewayAssociation).
association - a consumer that will call methods on TransitGatewayAssociation.Builderassociation(TransitGatewayAssociation)Copyright © 2023. All rights reserved.