public static interface SchemaIdentifier.Builder
Modifier and Type | Method and Description |
---|---|
SchemaIdentifier.Builder |
branch(String branch) |
SchemaIdentifier |
build() |
SchemaIdentifier.Builder |
id(Long id) |
SchemaIdentifier.Builder |
name(String name) |
SchemaIdentifier.Builder |
schemaVersionId(Long schemaVersionId) |
SchemaIdentifier.Builder |
version(Integer version) |
SchemaIdentifier.Builder name(String name)
SchemaIdentifier.Builder id(Long id)
SchemaIdentifier.Builder version(Integer version)
SchemaIdentifier.Builder schemaVersionId(Long schemaVersionId)
SchemaIdentifier.Builder branch(String branch)
SchemaIdentifier build()
Copyright © 2021 Apache NiFi Project. All rights reserved.