public static class SimpleIngestManager.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SimpleIngestManager |
build()
build - returns a new instance of SimpleIngestManager using the information
set in this builder object
|
String |
getAccount()
getAccount - returns the name of the account this builder will inject into the
IngestManager
|
KeyPair |
getKeypair()
getKeyPair - returns the key-pair we're using for authentication
|
String |
getPipe()
getPipe - get the pipe for the ingest manager this builder will create
|
String |
getUser()
getUser - get the user who will be loading using the ingest service
|
SimpleIngestManager.Builder |
setAccount(String account)
setAccount - set the account for the ingest manager and return this builder
|
SimpleIngestManager.Builder |
setKeypair(KeyPair keypair)
setKeypair - sets the RSA 2048 bit keypair we'll be using for token signing
|
SimpleIngestManager.Builder |
setPipe(String pipe)
setTable - sets the pipe which the SimpleIngestManager will be using
|
SimpleIngestManager.Builder |
setUser(String user)
setUser - sets the user who will be loading with the ingest manager
|
public String getAccount()
public SimpleIngestManager.Builder setAccount(String account)
account - the account which will be loading into this tablepublic String getUser()
public SimpleIngestManager.Builder setUser(String user)
user - the user who will be loadingpublic String getPipe()
public SimpleIngestManager.Builder setPipe(String pipe)
pipe - the target pipe for the ingest managerpublic KeyPair getKeypair()
public SimpleIngestManager.Builder setKeypair(KeyPair keypair)
keypair - the keypair we'll be using for authpublic SimpleIngestManager build()
Copyright © 2018. All rights reserved.