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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteVpcEncryptionControlResponse.BuildervpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl)Information about the deleted VPC Encryption Control configuration.DeleteVpcEncryptionControlResponse.BuildervpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl)Information about the deleted VPC Encryption Control configuration.-
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
-
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:
vpcEncryptionControl(VpcEncryptionControl)
-
-