Interface CreateLocalGatewayRouteTableVpcAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateLocalGatewayRouteTableVpcAssociationResponse.Builder,CreateLocalGatewayRouteTableVpcAssociationResponse>
,Ec2Response.Builder
,SdkBuilder<CreateLocalGatewayRouteTableVpcAssociationResponse.Builder,CreateLocalGatewayRouteTableVpcAssociationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateLocalGatewayRouteTableVpcAssociationResponse
public static interface CreateLocalGatewayRouteTableVpcAssociationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateLocalGatewayRouteTableVpcAssociationResponse.Builder,CreateLocalGatewayRouteTableVpcAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateLocalGatewayRouteTableVpcAssociationResponse.Builder
localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.CreateLocalGatewayRouteTableVpcAssociationResponse.Builder
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
localGatewayRouteTableVpcAssociation
CreateLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
- Parameters:
localGatewayRouteTableVpcAssociation
- Information about the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTableVpcAssociation
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 viaLocalGatewayRouteTableVpcAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation)
.- Parameters:
localGatewayRouteTableVpcAssociation
- a consumer that will call methods onLocalGatewayRouteTableVpcAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
localGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation)
-
-