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 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 © 2021. All rights reserved.