Interface S3BucketDefinitionForJob.Builder

    • Method Detail

      • accountId

        S3BucketDefinitionForJob.Builder accountId​(String accountId)

        The unique identifier for the Amazon Web Services account that owns the buckets.

        Parameters:
        accountId - The unique identifier for the Amazon Web Services account that owns the buckets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buckets

        S3BucketDefinitionForJob.Builder buckets​(Collection<String> buckets)

        An array that lists the names of the buckets.

        Parameters:
        buckets - An array that lists the names of the buckets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buckets

        S3BucketDefinitionForJob.Builder buckets​(String... buckets)

        An array that lists the names of the buckets.

        Parameters:
        buckets - An array that lists the names of the buckets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.