Class CfnNetwork.IpPoolProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnNetwork.IpPoolProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetwork.IpPoolProperty>
- Enclosing interface:
CfnNetwork.IpPoolProperty
@Stability(Stable)
public static final class CfnNetwork.IpPoolProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetwork.IpPoolProperty>
A builder for
CfnNetwork.IpPoolProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnNetwork.IpPoolProperty.getCidr()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cidr
Sets the value ofCfnNetwork.IpPoolProperty.getCidr()
- Parameters:
cidr
- IP address cidr pool.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnNetwork.IpPoolProperty>
- Returns:
- a new instance of
CfnNetwork.IpPoolProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-