public static interface GetStorageLensConfigurationTaggingResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetStorageLensConfigurationTaggingResponse.Builder,GetStorageLensConfigurationTaggingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetStorageLensConfigurationTaggingResponse.Builder |
tags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
|
GetStorageLensConfigurationTaggingResponse.Builder |
tags(Consumer<StorageLensTag.Builder>... tags)
The tags of S3 Storage Lens configuration requested.
|
GetStorageLensConfigurationTaggingResponse.Builder |
tags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStorageLensConfigurationTaggingResponse.Builder tags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
tags - The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.Builder tags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
tags - The tags of S3 Storage Lens configuration requested.GetStorageLensConfigurationTaggingResponse.Builder tags(Consumer<StorageLensTag.Builder>... tags)
The tags of S3 Storage Lens configuration requested.
This is a convenience method that creates an instance of theStorageLensTag.Builder avoiding the need to create
one manually via StorageLensTag.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
StorageLensTag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.