public static class ExternalWrite.WriteBuilder extends java.lang.Object implements ExternalTransformBuilder<ExternalWrite.Configuration,PCollection<byte[]>,PDone>
Constructor and Description |
---|
WriteBuilder() |
Modifier and Type | Method and Description |
---|---|
PTransform<PCollection<byte[]>,PDone> |
buildExternal(ExternalWrite.Configuration config)
Builds the transform after it has been configured.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDependencies
public PTransform<PCollection<byte[]>,PDone> buildExternal(ExternalWrite.Configuration config)
ExternalTransformBuilder
buildExternal
in interface ExternalTransformBuilder<ExternalWrite.Configuration,PCollection<byte[]>,PDone>