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