T - type of builderpublic static class WorkspaceMeta.Builder<T extends WorkspaceMeta.Builder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Map<String,String> |
properties |
protected String |
scope |
protected DataType |
type |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceMeta |
build() |
T |
setProperties(Map<String,String> properties) |
T |
setScope(String scope) |
T |
setType(DataType type) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.