public abstract static class ETLConfig.Builder<T extends ETLConfig.Builder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<Connection> |
connections |
protected Resources |
resources |
protected Boolean |
stageLoggingEnabled |
protected Set<ETLStage> |
stages |
| Modifier | Constructor and Description |
|---|---|
protected |
ETLConfig.Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
addConnection(Connection connection) |
T |
addConnection(String from,
String to) |
T |
addConnections(Collection<Connection> connections) |
T |
addStage(ETLStage stage) |
T |
disableStageLogging() |
T |
setResources(Resources resources) |
protected Set<Connection> connections
protected Resources resources
protected Boolean stageLoggingEnabled
public T addConnection(Connection connection)
public T addConnections(Collection<Connection> connections)
public T disableStageLogging()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.