Package org.cdk8s.plus25.k8s
Class KubeFlowSchemaV1Beta2.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeFlowSchemaV1Beta2.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeFlowSchemaV1Beta2>
- Enclosing class:
- KubeFlowSchemaV1Beta2
@Stability(Stable) public static final class KubeFlowSchemaV1Beta2.Builder extends Object implements software.amazon.jsii.Builder<KubeFlowSchemaV1Beta2>
A fluent builder forKubeFlowSchemaV1Beta2.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeFlowSchemaV1Beta2build()static KubeFlowSchemaV1Beta2.Buildercreate(software.constructs.Construct scope, String id)KubeFlowSchemaV1Beta2.Buildermetadata(ObjectMeta metadata)metadatais the standard object's metadata.KubeFlowSchemaV1Beta2.Builderspec(FlowSchemaSpecV1Beta2 spec)specis the specification of the desired behavior of a FlowSchema.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeFlowSchemaV1Beta2.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
KubeFlowSchemaV1Beta2.Builder.
-
metadata
@Stability(Stable) public KubeFlowSchemaV1Beta2.Builder metadata(ObjectMeta metadata)
metadatais the standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Parameters:
metadata-metadatais the standard object's metadata. This parameter is required.- Returns:
this
-
spec
@Stability(Stable) public KubeFlowSchemaV1Beta2.Builder spec(FlowSchemaSpecV1Beta2 spec)
specis the specification of the desired behavior of a FlowSchema.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Parameters:
spec-specis the specification of the desired behavior of a FlowSchema. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeFlowSchemaV1Beta2 build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeFlowSchemaV1Beta2>- Returns:
- a newly built instance of
KubeFlowSchemaV1Beta2.
-
-