Class CfnNetworkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wickr.CfnNetworkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkPropsMixin>
- Enclosing class:
CfnNetworkPropsMixin
@Stability(Stable)
public static final class CfnNetworkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkPropsMixin>
A fluent builder for
CfnNetworkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaccessLevel(String accessLevel) The access level of the network, which determines available features and capabilities.build()static CfnNetworkPropsMixin.Buildercreate()static CfnNetworkPropsMixin.Buildercreate(CfnPropertyMixinOptions options) networkName(String networkName) The name of the network.
-
Method Details
-
create
@Stability(Stable) public static CfnNetworkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNetworkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNetworkPropsMixin.Builder.
-
accessLevel
The access level of the network, which determines available features and capabilities.- Parameters:
accessLevel- The access level of the network, which determines available features and capabilities. This parameter is required.- Returns:
this- See Also:
-
networkName
The name of the network.Must be between 1 and 20 characters.
- Parameters:
networkName- The name of the network. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkPropsMixin>- Returns:
- a newly built instance of
CfnNetworkPropsMixin.
-