Class DataProtectors.RowToTokenizedRow.Builder<T>
- java.lang.Object
-
- org.apache.beam.examples.complete.datatokenization.transforms.DataProtectors.RowToTokenizedRow.Builder<T>
-
- Enclosing class:
- DataProtectors.RowToTokenizedRow<T>
public abstract static class DataProtectors.RowToTokenizedRow.Builder<T> extends java.lang.ObjectBuilder forDataProtectors.RowToTokenizedRow.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
setSuccessTag
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setSuccessTag(org.apache.beam.sdk.values.TupleTag<org.apache.beam.sdk.values.Row> successTag)
-
setFailureTag
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)
-
setSchema
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setSchema(org.apache.beam.sdk.schemas.Schema schema)
-
setBatchSize
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setBatchSize(int batchSize)
-
setRpcURI
public abstract DataProtectors.RowToTokenizedRow.Builder<T> setRpcURI(java.lang.String rpcURI)
-
build
public abstract DataProtectors.RowToTokenizedRow<T> build()
-
-