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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateLocalGatewayRouteTableVpcAssociationResponse.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 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.Builder
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation)
Copyright © 2022. All rights reserved.