Class KubeFlowSchemaV1Beta1.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static KubeFlowSchemaV1Beta1.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 KubeFlowSchemaV1Beta1.Builder.
      • metadata

        @Stability(Stable)
        public KubeFlowSchemaV1Beta1.Builder metadata​(ObjectMeta metadata)
        metadata is the standard object's metadata.

        More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

        Parameters:
        metadata - metadata is the standard object's metadata. This parameter is required.
        Returns:
        this
      • spec

        @Stability(Stable)
        public KubeFlowSchemaV1Beta1.Builder spec​(FlowSchemaSpecV1Beta1 spec)
        spec is 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 - spec is the specification of the desired behavior of a FlowSchema. This parameter is required.
        Returns:
        this