Package org.cdk8s.plus25.k8s
Class KubeDaemonSetListProps.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeDaemonSetListProps.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeDaemonSetListProps>
- Enclosing interface:
- KubeDaemonSetListProps
@Stability(Stable) public static final class KubeDaemonSetListProps.Builder extends Object implements software.amazon.jsii.Builder<KubeDaemonSetListProps>
A builder forKubeDaemonSetListProps
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeDaemonSetListPropsbuild()Builds the configured instance.KubeDaemonSetListProps.Builderitems(List<? extends KubeDaemonSetProps> items)Sets the value ofKubeDaemonSetListProps.getItems()KubeDaemonSetListProps.Buildermetadata(ListMeta metadata)Sets the value ofKubeDaemonSetListProps.getMetadata()
-
-
-
Method Detail
-
items
@Stability(Stable) public KubeDaemonSetListProps.Builder items(List<? extends KubeDaemonSetProps> items)
Sets the value ofKubeDaemonSetListProps.getItems()- Parameters:
items- A list of daemon sets. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeDaemonSetListProps.Builder metadata(ListMeta metadata)
Sets the value ofKubeDaemonSetListProps.getMetadata()- Parameters:
metadata- Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata- Returns:
this
-
build
@Stability(Stable) public KubeDaemonSetListProps build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeDaemonSetListProps>- Returns:
- a new instance of
KubeDaemonSetListProps - Throws:
NullPointerException- if any required attribute was not provided
-
-