Class VPCEncryptionControlReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ec2.VPCEncryptionControlReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VPCEncryptionControlReference>
- Enclosing interface:
VPCEncryptionControlReference
@Stability(Stable)
public static final class VPCEncryptionControlReference.Builder
extends Object
implements software.amazon.jsii.Builder<VPCEncryptionControlReference>
A builder for
VPCEncryptionControlReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcEncryptionControlId(String vpcEncryptionControlId) Sets the value ofVPCEncryptionControlReference.getVpcEncryptionControlId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEncryptionControlId
@Stability(Stable) public VPCEncryptionControlReference.Builder vpcEncryptionControlId(String vpcEncryptionControlId) Sets the value ofVPCEncryptionControlReference.getVpcEncryptionControlId()- Parameters:
vpcEncryptionControlId- The VpcEncryptionControlId of the VPCEncryptionControl resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VPCEncryptionControlReference>- Returns:
- a new instance of
VPCEncryptionControlReference - Throws:
NullPointerException- if any required attribute was not provided
-