Class ExternalWrite.Configuration

java.lang.Object
org.apache.beam.sdk.io.gcp.pubsub.ExternalWrite.Configuration
Enclosing class:
ExternalWrite

public static class ExternalWrite.Configuration extends Object
Parameters class to expose the transform to an external SDK.
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • setTopic

      public void setTopic(String topic)
    • setIdLabel

      public void setIdLabel(@Nullable String idAttribute)
    • setTimestampAttribute

      public void setTimestampAttribute(@Nullable String timestampAttribute)