Interface DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder,,DeleteLocalGatewayVirtualInterfaceGroupResponse> Ec2Response.Builder,SdkBuilder<DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder,,DeleteLocalGatewayVirtualInterfaceGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteLocalGatewayVirtualInterfaceGroupResponse
@Mutable
@NotThreadSafe
public static interface DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder,DeleteLocalGatewayVirtualInterfaceGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlocalGatewayVirtualInterfaceGroup(Consumer<LocalGatewayVirtualInterfaceGroup.Builder> localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
localGatewayVirtualInterfaceGroup
DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.
- Parameters:
localGatewayVirtualInterfaceGroup- Information about the deleted local gateway virtual interface group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayVirtualInterfaceGroup
default DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder localGatewayVirtualInterfaceGroup(Consumer<LocalGatewayVirtualInterfaceGroup.Builder> localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.
This is a convenience method that creates an instance of theLocalGatewayVirtualInterfaceGroup.Builderavoiding the need to create one manually viaLocalGatewayVirtualInterfaceGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocalGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup).- Parameters:
localGatewayVirtualInterfaceGroup- a consumer that will call methods onLocalGatewayVirtualInterfaceGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-