Interface GetJobTaggingResponse.Builder

    • Method Detail

      • tags

        GetJobTaggingResponse.Builder tags​(Collection<S3Tag> tags)

        The set of tags associated with the S3 Batch Operations job.

        Parameters:
        tags - The set of tags associated with the S3 Batch Operations job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetJobTaggingResponse.Builder tags​(S3Tag... tags)

        The set of tags associated with the S3 Batch Operations job.

        Parameters:
        tags - The set of tags associated with the S3 Batch Operations job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetJobTaggingResponse.Builder tags​(Consumer<S3Tag.Builder>... tags)

        The set of tags associated with the S3 Batch Operations job.

        This is a convenience method that creates an instance of the S3Tag.Builder avoiding the need to create one manually via S3Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on S3Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)