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