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 theS3Tag.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.
tags - a consumer that will call methods on
S3Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.