Interface AssociateTransitGatewayRouteTableResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<AssociateTransitGatewayRouteTableResponse.Builder,,AssociateTransitGatewayRouteTableResponse> Ec2Response.Builder,SdkBuilder<AssociateTransitGatewayRouteTableResponse.Builder,,AssociateTransitGatewayRouteTableResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AssociateTransitGatewayRouteTableResponse
public static interface AssociateTransitGatewayRouteTableResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateTransitGatewayRouteTableResponse.Builder,AssociateTransitGatewayRouteTableResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionassociation(Consumer<TransitGatewayAssociation.Builder> association) The ID of the association.association(TransitGatewayAssociation association) The ID of the association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
association
AssociateTransitGatewayRouteTableResponse.Builder association(TransitGatewayAssociation association) The ID of the association.
- Parameters:
 association- The ID of the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.Builderavoiding the need to create one manually viaTransitGatewayAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociation(TransitGatewayAssociation).- Parameters:
 association- a consumer that will call methods onTransitGatewayAssociation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -