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