Interface SampleDocuments.Builder

    • Method Detail

      • bucketName

        SampleDocuments.Builder bucketName​(String bucketName)

        Contains the Amazon S3 bucket that is used to hold your sample documents.

        Parameters:
        bucketName - Contains the Amazon S3 bucket that is used to hold your sample documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        SampleDocuments.Builder keys​(Collection<SampleDocumentKeys> keys)

        Contains an array of the Amazon S3 keys used to identify the location for your sample documents.

        Parameters:
        keys - Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        SampleDocuments.Builder keys​(SampleDocumentKeys... keys)

        Contains an array of the Amazon S3 keys used to identify the location for your sample documents.

        Parameters:
        keys - Contains an array of the Amazon S3 keys used to identify the location for your sample documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.