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, waitgetDependenciespublic PTransform<PCollection<byte[]>,PDone> buildExternal(ExternalWrite.Configuration config)
ExternalTransformBuilderbuildExternal in interface ExternalTransformBuilder<ExternalWrite.Configuration,PCollection<byte[]>,PDone>