public static interface PutStorageLensConfigurationTaggingRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutStorageLensConfigurationTaggingRequest.Builder,PutStorageLensConfigurationTaggingRequest>
| Modifier and Type | Method and Description |
|---|---|
PutStorageLensConfigurationTaggingRequest.Builder |
accountId(String accountId)
The account ID of the requester.
|
PutStorageLensConfigurationTaggingRequest.Builder |
configId(String configId)
The ID of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationTaggingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutStorageLensConfigurationTaggingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutStorageLensConfigurationTaggingRequest.Builder |
tags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationTaggingRequest.Builder |
tags(Consumer<StorageLensTag.Builder>... tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationTaggingRequest.Builder |
tags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutStorageLensConfigurationTaggingRequest.Builder configId(String configId)
The ID of the S3 Storage Lens configuration.
configId - The ID of the S3 Storage Lens configuration.PutStorageLensConfigurationTaggingRequest.Builder accountId(String accountId)
The account ID of the requester.
accountId - The account ID of the requester.PutStorageLensConfigurationTaggingRequest.Builder tags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
tags - The tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags.
PutStorageLensConfigurationTaggingRequest.Builder tags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
tags - The tag set of the S3 Storage Lens configuration. You can set up to a maximum of 50 tags.
PutStorageLensConfigurationTaggingRequest.Builder tags(Consumer<StorageLensTag.Builder>... tags)
The tag set of the S3 Storage Lens configuration.
You can set up to a maximum of 50 tags.
List.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) PutStorageLensConfigurationTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutStorageLensConfigurationTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.