T - type of builderpublic static class ConnectionMeta.Builder<T extends ConnectionMeta.Builder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected Map<String,String> |
properties |
protected ConnectionType |
type |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionMeta |
build() |
T |
putProperty(String key,
String val) |
T |
setDescription(String description) |
T |
setName(String name) |
T |
setProperties(Map<String,String> properties) |
T |
setType(ConnectionType type) |
protected ConnectionType type
protected String name
protected String description
public T setType(ConnectionType type)
public ConnectionMeta build()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.