Interface SampleDataS3SourceConfig.Builder

    • Method Detail

      • roleArn

        SampleDataS3SourceConfig.Builder roleArn​(String 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.