Interface PathOptions.Builder

    • Method Detail

      • lastModifiedDateCondition

        PathOptions.Builder lastModifiedDateCondition​(FilterExpression lastModifiedDateCondition)

        If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.

        Parameters:
        lastModifiedDateCondition - If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filesLimit

        PathOptions.Builder filesLimit​(FilesLimit filesLimit)

        If provided, this structure imposes a limit on a number of files that should be selected.

        Parameters:
        filesLimit - If provided, this structure imposes a limit on a number of files that should be selected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        PathOptions.Builder parameters​(Map<String,​DatasetParameter> parameters)

        A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.

        Parameters:
        parameters - A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.