public static interface Tagging.Builder extends SdkPojo, CopyableBuilder<Tagging.Builder,Tagging>
| Modifier and Type | Method and Description |
|---|---|
Tagging.Builder |
tagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
Tagging.Builder |
tagSet(Consumer<S3Tag.Builder>... tagSet)
A collection for a set of tags.
|
Tagging.Builder |
tagSet(S3Tag... tagSet)
A collection for a set of tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagging.Builder tagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
tagSet - A collection for a set of tags.Tagging.Builder tagSet(S3Tag... tagSet)
A collection for a set of tags.
tagSet - A collection for a set of tags.Tagging.Builder tagSet(Consumer<S3Tag.Builder>... tagSet)
A collection for a set of tags.
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 #tagSet(List.
tagSet - a consumer that will call methods on
S3Tag.Builder#tagSet(java.util.Collection) Copyright © 2022. All rights reserved.