Package org.cdk8s.plus28.k8s
Class KubeClusterTrustBundleListV1Alpha1Props.Builder
- java.lang.Object
-
- org.cdk8s.plus28.k8s.KubeClusterTrustBundleListV1Alpha1Props.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1Props>
- Enclosing interface:
- KubeClusterTrustBundleListV1Alpha1Props
@Stability(Stable) public static final class KubeClusterTrustBundleListV1Alpha1Props.Builder extends Object implements software.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1Props>
A builder forKubeClusterTrustBundleListV1Alpha1Props
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeClusterTrustBundleListV1Alpha1Propsbuild()Builds the configured instance.KubeClusterTrustBundleListV1Alpha1Props.Builderitems(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)Sets the value ofKubeClusterTrustBundleListV1Alpha1Props.getItems()KubeClusterTrustBundleListV1Alpha1Props.Buildermetadata(ListMeta metadata)Sets the value ofKubeClusterTrustBundleListV1Alpha1Props.getMetadata()
-
-
-
Method Detail
-
items
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1Props.Builder items(List<? extends KubeClusterTrustBundleV1Alpha1Props> items)
Sets the value ofKubeClusterTrustBundleListV1Alpha1Props.getItems()- Parameters:
items- items is a collection of ClusterTrustBundle objects. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1Props.Builder metadata(ListMeta metadata)
Sets the value ofKubeClusterTrustBundleListV1Alpha1Props.getMetadata()- Parameters:
metadata- metadata contains the list metadata.- Returns:
this
-
build
@Stability(Stable) public KubeClusterTrustBundleListV1Alpha1Props build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeClusterTrustBundleListV1Alpha1Props>- Returns:
- a new instance of
KubeClusterTrustBundleListV1Alpha1Props - Throws:
NullPointerException- if any required attribute was not provided
-
-