public static interface DisassociateTransitGatewayRouteTableResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateTransitGatewayRouteTableResponse.Builder,DisassociateTransitGatewayRouteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateTransitGatewayRouteTableResponse.Builder |
association(Consumer<TransitGatewayAssociation.Builder> association)
Information about the association.
|
DisassociateTransitGatewayRouteTableResponse.Builder |
association(TransitGatewayAssociation association)
Information about the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDisassociateTransitGatewayRouteTableResponse.Builder association(TransitGatewayAssociation association)
Information about the association.
association - Information about the association.default DisassociateTransitGatewayRouteTableResponse.Builder association(Consumer<TransitGatewayAssociation.Builder> association)
Information about 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.Builderassociation(TransitGatewayAssociation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.