Class ExternalWrite.WriteBuilder
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsub.ExternalWrite.WriteBuilder
- All Implemented Interfaces:
ExternalTransformBuilder<ExternalWrite.Configuration,
PCollection<byte[]>, PDone>
- Enclosing class:
ExternalWrite
public static class ExternalWrite.WriteBuilder
extends Object
implements ExternalTransformBuilder<ExternalWrite.Configuration,PCollection<byte[]>,PDone>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPTransform
<PCollection<byte[]>, PDone> Builds the transform after it has been configured.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.transforms.ExternalTransformBuilder
getDependencies
-
Constructor Details
-
WriteBuilder
public WriteBuilder()
-
-
Method Details
-
buildExternal
Description copied from interface:ExternalTransformBuilder
Builds the transform after it has been configured.- Specified by:
buildExternal
in interfaceExternalTransformBuilder<ExternalWrite.Configuration,
PCollection<byte[]>, PDone>
-