public static interface ListTableStorageOptimizersResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTableStorageOptimizersResponse.Builder,ListTableStorageOptimizersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTableStorageOptimizersResponse.Builder |
nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list
is not the last.
|
ListTableStorageOptimizersResponse.Builder |
storageOptimizerList(Collection<StorageOptimizer> storageOptimizerList)
A list of the storage optimizers associated with a table.
|
ListTableStorageOptimizersResponse.Builder |
storageOptimizerList(Consumer<StorageOptimizer.Builder>... storageOptimizerList)
A list of the storage optimizers associated with a table.
|
ListTableStorageOptimizersResponse.Builder |
storageOptimizerList(StorageOptimizer... storageOptimizerList)
A list of the storage optimizers associated with a table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableStorageOptimizersResponse.Builder storageOptimizerList(Collection<StorageOptimizer> storageOptimizerList)
A list of the storage optimizers associated with a table.
storageOptimizerList - A list of the storage optimizers associated with a table.ListTableStorageOptimizersResponse.Builder storageOptimizerList(StorageOptimizer... storageOptimizerList)
A list of the storage optimizers associated with a table.
storageOptimizerList - A list of the storage optimizers associated with a table.ListTableStorageOptimizersResponse.Builder storageOptimizerList(Consumer<StorageOptimizer.Builder>... storageOptimizerList)
A list of the storage optimizers associated with a table.
This is a convenience method that creates an instance of theStorageOptimizer.Builder avoiding the need to
create one manually via
StorageOptimizer.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #storageOptimizerList(List.
storageOptimizerList - a consumer that will call methods on
StorageOptimizer.Builder#storageOptimizerList(java.util.Collection) ListTableStorageOptimizersResponse.Builder nextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of
the list is not the last.Copyright © 2023. All rights reserved.