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 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 #storageLensConfigurationList(List) .storageLensConfigurationList - a consumer that will call methods on List.Builder #storageLensConfigurationList(List) Copyright © 2021. All rights reserved.