Package org.cdk8s.plus28.k8s
Class IpAddressSpecV1Alpha1.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.IpAddressSpecV1Alpha1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IpAddressSpecV1Alpha1>
- Enclosing interface:
- IpAddressSpecV1Alpha1
@Stability(Stable) public static final class IpAddressSpecV1Alpha1.Builder extends Object implements software.amazon.jsii.Builder<IpAddressSpecV1Alpha1>
A builder forIpAddressSpecV1Alpha1
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAddressSpecV1Alpha1build()Builds the configured instance.IpAddressSpecV1Alpha1.BuilderparentRef(ParentReferenceV1Alpha1 parentRef)Sets the value ofIpAddressSpecV1Alpha1.getParentRef()
-
-
-
Method Detail
-
parentRef
@Stability(Stable) public IpAddressSpecV1Alpha1.Builder parentRef(ParentReferenceV1Alpha1 parentRef)
Sets the value ofIpAddressSpecV1Alpha1.getParentRef()- Parameters:
parentRef- ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.- Returns:
this
-
build
@Stability(Stable) public IpAddressSpecV1Alpha1 build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IpAddressSpecV1Alpha1>- Returns:
- a new instance of
IpAddressSpecV1Alpha1 - Throws:
NullPointerException- if any required attribute was not provided
-
-