PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.accountId(String accountId) |
The account ID of the requester.
|
static PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.builder() |
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.configId(String configId) |
The ID of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration) |
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.storageLensConfiguration(StorageLensConfiguration storageLensConfiguration) |
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(Collection<StorageLensTag> tags) |
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(Consumer<StorageLensTag.Builder>... tags) |
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(StorageLensTag... tags) |
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.toBuilder() |
|