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