public static interface ListStorageLensConfigurationsResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListStorageLensConfigurationsResponse.Builder,ListStorageLensConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStorageLensConfigurationsResponse.Builder |
nextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass
this value into a subsequent request to retrieve the next page of results.
|
ListStorageLensConfigurationsResponse.Builder |
storageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResponse.Builder |
storageLensConfigurationList(Consumer<ListStorageLensConfigurationEntry.Builder>... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResponse.Builder |
storageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStorageLensConfigurationsResponse.Builder nextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.
nextToken - If the request produced more than the maximum number of S3 Storage Lens configuration results, you can
pass this value into a subsequent request to retrieve the next page of results.ListStorageLensConfigurationsResponse.Builder storageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
storageLensConfigurationList - A list of S3 Storage Lens configurations.ListStorageLensConfigurationsResponse.Builder storageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
storageLensConfigurationList - A list of S3 Storage Lens configurations.ListStorageLensConfigurationsResponse.Builder storageLensConfigurationList(Consumer<ListStorageLensConfigurationEntry.Builder>... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
This is a convenience method that creates an instance of theListStorageLensConfigurationEntry.Builder avoiding
the need to create one manually via
ListStorageLensConfigurationEntry.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #storageLensConfigurationList(List.
storageLensConfigurationList - a consumer that will call methods on
ListStorageLensConfigurationEntry.Builder#storageLensConfigurationList(java.util.Collection) Copyright © 2022. All rights reserved.