public static interface DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder,DeleteLocalGatewayRouteTableVpcAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder |
localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder |
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
localGatewayRouteTableVpcAssociation - Information about the association.default DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
This is a convenience method 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 © 2022. All rights reserved.