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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AssociateTransitGatewayRouteTableResponse.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 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.Builder
association(TransitGatewayAssociation)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.