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