Interface DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder,DeleteLocalGatewayRouteTableVpcAssociationResponse>,Ec2Response.Builder,SdkBuilder<DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder,DeleteLocalGatewayRouteTableVpcAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteLocalGatewayRouteTableVpcAssociationResponse
public static interface DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder,DeleteLocalGatewayRouteTableVpcAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteLocalGatewayRouteTableVpcAssociationResponse.BuilderlocalGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)Information about the association.DeleteLocalGatewayRouteTableVpcAssociationResponse.BuilderlocalGatewayRouteTableVpcAssociation(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
localGatewayRouteTableVpcAssociation
DeleteLocalGatewayRouteTableVpcAssociationResponse.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 DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
This is a convenience method that creates an instance of theLocalGatewayRouteTableVpcAssociation.Builderavoiding the need to create one manually viaLocalGatewayRouteTableVpcAssociation.builder().When the
Consumercompletes,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)
-
-