public static interface GetStorageLensConfigurationResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetStorageLensConfigurationResponse.Builder,GetStorageLensConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStorageLensConfigurationResponse.Builder |
storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration)
The S3 Storage Lens configuration requested.
|
GetStorageLensConfigurationResponse.Builder |
storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStorageLensConfigurationResponse.Builder storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration requested.
storageLensConfiguration - The S3 Storage Lens configuration requested.default GetStorageLensConfigurationResponse.Builder storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration)
The S3 Storage Lens configuration requested.
This is a convenience method that creates an instance of theStorageLensConfiguration.Builder
avoiding the need to create one manually via StorageLensConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to storageLensConfiguration(StorageLensConfiguration).storageLensConfiguration - a consumer that will call methods on StorageLensConfiguration.BuilderstorageLensConfiguration(StorageLensConfiguration)Copyright © 2022. All rights reserved.