Package org.cdk8s.plus25.k8s
Class KubeClusterCidrListV1Alpha1Props.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeClusterCidrListV1Alpha1Props.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1Props>
- Enclosing interface:
- KubeClusterCidrListV1Alpha1Props
@Stability(Stable) public static final class KubeClusterCidrListV1Alpha1Props.Builder extends Object implements software.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1Props>
A builder forKubeClusterCidrListV1Alpha1Props
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeClusterCidrListV1Alpha1Propsbuild()Builds the configured instance.KubeClusterCidrListV1Alpha1Props.Builderitems(List<? extends KubeClusterCidrv1Alpha1Props> items)Sets the value ofKubeClusterCidrListV1Alpha1Props.getItems()KubeClusterCidrListV1Alpha1Props.Buildermetadata(ListMeta metadata)Sets the value ofKubeClusterCidrListV1Alpha1Props.getMetadata()
-
-
-
Method Detail
-
items
@Stability(Stable) public KubeClusterCidrListV1Alpha1Props.Builder items(List<? extends KubeClusterCidrv1Alpha1Props> items)
Sets the value ofKubeClusterCidrListV1Alpha1Props.getItems()- Parameters:
items- Items is the list of ClusterCIDRs. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeClusterCidrListV1Alpha1Props.Builder metadata(ListMeta metadata)
Sets the value ofKubeClusterCidrListV1Alpha1Props.getMetadata()- Parameters:
metadata- Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
this
-
build
@Stability(Stable) public KubeClusterCidrListV1Alpha1Props build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1Props>- Returns:
- a new instance of
KubeClusterCidrListV1Alpha1Props - Throws:
NullPointerException- if any required attribute was not provided
-
-