Class ReadBuilder
java.lang.Object
org.apache.beam.sdk.io.snowflake.crosslanguage.ReadBuilder
- All Implemented Interfaces:
 ExternalTransformBuilder<ReadBuilder.Configuration,PBegin, PCollection<byte[]>> 
public class ReadBuilder
extends Object
implements ExternalTransformBuilder<ReadBuilder.Configuration,PBegin,PCollection<byte[]>>  
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParameters class to expose the transform to an external SDK. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionPTransform<PBegin, PCollection<byte[]>> 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, waitMethods inherited from interface org.apache.beam.sdk.transforms.ExternalTransformBuilder
getDependencies 
- 
Constructor Details
- 
ReadBuilder
public ReadBuilder() 
 - 
 - 
Method Details
- 
buildExternal
Description copied from interface:ExternalTransformBuilderBuilds the transform after it has been configured.- Specified by:
 buildExternalin interfaceExternalTransformBuilder<ReadBuilder.Configuration,PBegin, PCollection<byte[]>> 
 
 -