Interface PathFormat.Builder

  • Method Details

    • objectPrefixes

      PathFormat.Builder objectPrefixes(Collection<String> objectPrefixes)

      A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.

      Parameters:
      objectPrefixes - A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectPrefixes

      PathFormat.Builder objectPrefixes(String... objectPrefixes)

      A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.

      Parameters:
      objectPrefixes - A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.