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