public static interface CreateLocalGatewayRouteTableVpcAssociationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateLocalGatewayRouteTableVpcAssociationResponse.Builder,CreateLocalGatewayRouteTableVpcAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateLocalGatewayRouteTableVpcAssociationResponse.Builder |
localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
CreateLocalGatewayRouteTableVpcAssociationResponse.Builder |
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
localGatewayRouteTableVpcAssociation - Information about the association.default CreateLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
This is a convenience that creates an instance of theLocalGatewayRouteTableVpcAssociation.Builder
avoiding the need to create one manually via LocalGatewayRouteTableVpcAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation).localGatewayRouteTableVpcAssociation - a consumer that will call methods on LocalGatewayRouteTableVpcAssociation.BuilderlocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation)Copyright © 2020. All rights reserved.