Interface DeleteVpcEncryptionControlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteVpcEncryptionControlResponse.Builder,,DeleteVpcEncryptionControlResponse> Ec2Response.Builder,SdkBuilder<DeleteVpcEncryptionControlResponse.Builder,,DeleteVpcEncryptionControlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteVpcEncryptionControlResponse
@Mutable
@NotThreadSafe
public static interface DeleteVpcEncryptionControlResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteVpcEncryptionControlResponse.Builder,DeleteVpcEncryptionControlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionvpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.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
-
vpcEncryptionControl
DeleteVpcEncryptionControlResponse.Builder vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.
- Parameters:
vpcEncryptionControl- Information about the deleted VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEncryptionControl
default DeleteVpcEncryptionControlResponse.Builder vpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.
This is a convenience method that creates an instance of theVpcEncryptionControl.Builderavoiding the need to create one manually viaVpcEncryptionControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcEncryptionControl(VpcEncryptionControl).- Parameters:
vpcEncryptionControl- a consumer that will call methods onVpcEncryptionControl.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-