public static interface S3SetObjectTaggingOperation.Builder extends SdkPojo, CopyableBuilder<S3SetObjectTaggingOperation.Builder,S3SetObjectTaggingOperation>
| Modifier and Type | Method and Description |
|---|---|
S3SetObjectTaggingOperation.Builder |
tagSet(Collection<S3Tag> tagSet)
|
S3SetObjectTaggingOperation.Builder |
tagSet(Consumer<S3Tag.Builder>... tagSet)
This is a convenience method that creates an instance of the
S3Tag.Builder avoiding the need to create one
manually via S3Tag.builder(). |
S3SetObjectTaggingOperation.Builder |
tagSet(S3Tag... tagSet)
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3SetObjectTaggingOperation.Builder tagSet(Collection<S3Tag> tagSet)
tagSet - S3SetObjectTaggingOperation.Builder tagSet(S3Tag... tagSet)
tagSet - S3SetObjectTaggingOperation.Builder tagSet(Consumer<S3Tag.Builder>... tagSet)
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 #tagSet(List.
tagSet - a consumer that will call methods on
S3Tag.Builder#tagSet(java.util.Collection) Copyright © 2022. All rights reserved.