public abstract static class DataProtectors.RowToTokenizedRow.Builder<T>
extends java.lang.Object
DataProtectors.RowToTokenizedRow.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract DataProtectors.RowToTokenizedRow<T> |
build() |
abstract DataProtectors.RowToTokenizedRow.Builder<T> |
setBatchSize(int batchSize) |
abstract DataProtectors.RowToTokenizedRow.Builder<T> |
setFailureTag(org.apache.beam.sdk.values.TupleTag<FailsafeElement<org.apache.beam.sdk.values.Row,org.apache.beam.sdk.values.Row>> failureTag) |
abstract DataProtectors.RowToTokenizedRow.Builder<T> |
setRpcURI(java.lang.String rpcURI) |
abstract DataProtectors.RowToTokenizedRow.Builder<T> |
setSchema(org.apache.beam.sdk.schemas.Schema schema) |
abstract DataProtectors.RowToTokenizedRow.Builder<T> |
setSuccessTag(org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.Row> successTag) |
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setSuccessTag(org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.Row> successTag)
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setFailureTag(org.apache.beam.sdk.values.TupleTag<FailsafeElement<org.apache.beam.sdk.values.Row,org.apache.beam.sdk.values.Row>> failureTag)
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setSchema(org.apache.beam.sdk.schemas.Schema schema)
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setBatchSize(int batchSize)
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setRpcURI(java.lang.String rpcURI)
public abstract DataProtectors.RowToTokenizedRow<T> build()