Package org.cdk8s.plus25.k8s
Class KubeClusterCidrListV1Alpha1.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeClusterCidrListV1Alpha1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1>
- Enclosing class:
- KubeClusterCidrListV1Alpha1
@Stability(Stable) public static final class KubeClusterCidrListV1Alpha1.Builder extends Object implements software.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1>
A fluent builder forKubeClusterCidrListV1Alpha1.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeClusterCidrListV1Alpha1build()static KubeClusterCidrListV1Alpha1.Buildercreate(software.constructs.Construct scope, String id)KubeClusterCidrListV1Alpha1.Builderitems(List<? extends KubeClusterCidrv1Alpha1Props> items)Items is the list of ClusterCIDRs.KubeClusterCidrListV1Alpha1.Buildermetadata(ListMeta metadata)Standard object's metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeClusterCidrListV1Alpha1.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- the scope in which to define this object. This parameter is required.id- a scope-local name for the object. This parameter is required.- Returns:
- a new instance of
KubeClusterCidrListV1Alpha1.Builder.
-
items
@Stability(Stable) public KubeClusterCidrListV1Alpha1.Builder items(List<? extends KubeClusterCidrv1Alpha1Props> items)
Items is the list of ClusterCIDRs.- Parameters:
items- Items is the list of ClusterCIDRs. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeClusterCidrListV1Alpha1.Builder metadata(ListMeta metadata)
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Parameters:
metadata- Standard object's metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeClusterCidrListV1Alpha1 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeClusterCidrListV1Alpha1>- Returns:
- a newly built instance of
KubeClusterCidrListV1Alpha1.
-
-