Class S3Options.SSECustomerKeyFactory

  • All Implemented Interfaces:
    org.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>
    Enclosing interface:
    S3Options

    public static class S3Options.SSECustomerKeyFactory
    extends java.lang.Object
    implements org.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SSECustomerKey create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSECustomerKeyFactory

        public SSECustomerKeyFactory()
    • Method Detail

      • create

        public SSECustomerKey create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<SSECustomerKey>