Class GcsSource.Builder

  • All Implemented Interfaces:

    
    public abstract class GcsSource.Builder
    
                        

    Builder for GcsSource.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • GcsSource.Builder

        GcsSource.Builder()
    • Method Detail

      • uris

         abstract GcsSource.Builder uris(List<String> uris)

        Setter for uris.

        uris: Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.

      • uris

        @CanIgnoreReturnValue() GcsSource.Builder uris(Array<String> uris)

        Setter for uris.

        uris: Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.