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