Package org.cdk8s.plus28.k8s
Class KubeClusterTrustBundleListV1Alpha1.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.KubeClusterTrustBundleListV1Alpha1.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1>
- Enclosing class:
- KubeClusterTrustBundleListV1Alpha1
@Stability(Stable) public static final class KubeClusterTrustBundleListV1Alpha1.Builder extends Object implements software.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1>
A fluent builder forKubeClusterTrustBundleListV1Alpha1.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeClusterTrustBundleListV1Alpha1build()static KubeClusterTrustBundleListV1Alpha1.Buildercreate(software.constructs.Construct scope, String id)KubeClusterTrustBundleListV1Alpha1.Builderitems(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)items is a collection of ClusterTrustBundle objects.KubeClusterTrustBundleListV1Alpha1.Buildermetadata(ListMeta metadata)metadata contains the list metadata.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeClusterTrustBundleListV1Alpha1.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
KubeClusterTrustBundleListV1Alpha1.Builder.
-
items
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1.Builder items(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)
items is a collection of ClusterTrustBundle objects.- Parameters:
items- items is a collection of ClusterTrustBundle objects. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1.Builder metadata(ListMeta metadata)
metadata contains the list metadata.- Parameters:
metadata- metadata contains the list metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1>- Returns:
- a newly built instance of
KubeClusterTrustBundleListV1Alpha1.
-
-