Class CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty>
- Enclosing interface:
CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty
@Stability(Stable)
public static final class CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
@Stability(Stable) public CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty.Builder value(String value) Sets the value ofCfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty.getValue()- Parameters:
value- The integrity algorithm.- Returns:
this
-
build
@Stability(Stable) public CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty>- Returns:
- a new instance of
CfnVPNConnectionPropsMixin.Phase2IntegrityAlgorithmsRequestListValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-