Interface SampleDataS3SourceConfig.Builder

  • Method Details

    • roleArn

      The Amazon Resource Name (ARN) of the role.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templatedPathList

      SampleDataS3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)

      An array of strings containing the list of templated paths.

      Parameters:
      templatedPathList - An array of strings containing the list of templated paths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templatedPathList

      SampleDataS3SourceConfig.Builder templatedPathList(String... templatedPathList)

      An array of strings containing the list of templated paths.

      Parameters:
      templatedPathList - An array of strings containing the list of templated paths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historicalDataPathList

      SampleDataS3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)

      An array of strings containing the historical set of data paths.

      Parameters:
      historicalDataPathList - An array of strings containing the historical set of data paths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • historicalDataPathList

      SampleDataS3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)

      An array of strings containing the historical set of data paths.

      Parameters:
      historicalDataPathList - An array of strings containing the historical set of data paths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileFormatDescriptor

      SampleDataS3SourceConfig.Builder fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
      Sets the value of the FileFormatDescriptor property for this object.
      Parameters:
      fileFormatDescriptor - The new value for the FileFormatDescriptor property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileFormatDescriptor

      default SampleDataS3SourceConfig.Builder fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
      Sets the value of the FileFormatDescriptor property for this object. This is a convenience method that creates an instance of the FileFormatDescriptor.Builder avoiding the need to create one manually via FileFormatDescriptor.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fileFormatDescriptor(FileFormatDescriptor).

      Parameters:
      fileFormatDescriptor - a consumer that will call methods on FileFormatDescriptor.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: