public static interface GetJobTaggingResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetJobTaggingResponse.Builder,GetJobTaggingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetJobTaggingResponse.Builder |
tags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
GetJobTaggingResponse.Builder |
tags(Consumer<S3Tag.Builder>... tags)
The set of tags associated with the S3 Batch Operations job.
|
GetJobTaggingResponse.Builder |
tags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetJobTaggingResponse.Builder tags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
tags - The set of tags associated with the S3 Batch Operations job.GetJobTaggingResponse.Builder tags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
tags - The set of tags associated with the S3 Batch Operations job.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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.