Interface ListTableStorageOptimizersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTableStorageOptimizersResponse.Builder,ListTableStorageOptimizersResponse>,LakeFormationResponse.Builder,SdkBuilder<ListTableStorageOptimizersResponse.Builder,ListTableStorageOptimizersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTableStorageOptimizersResponse
public static interface ListTableStorageOptimizersResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<ListTableStorageOptimizersResponse.Builder,ListTableStorageOptimizersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTableStorageOptimizersResponse.BuildernextToken(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.BuilderstorageOptimizerList(Collection<StorageOptimizer> storageOptimizerList)A list of the storage optimizers associated with a table.ListTableStorageOptimizersResponse.BuilderstorageOptimizerList(Consumer<StorageOptimizer.Builder>... storageOptimizerList)A list of the storage optimizers associated with a table.ListTableStorageOptimizersResponse.BuilderstorageOptimizerList(StorageOptimizer... storageOptimizerList)A list of the storage optimizers associated with a table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
storageOptimizerList
ListTableStorageOptimizersResponse.Builder storageOptimizerList(Collection<StorageOptimizer> storageOptimizerList)
A list of the storage optimizers associated with a table.
- Parameters:
storageOptimizerList- A list of the storage optimizers associated with a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageOptimizerList
ListTableStorageOptimizersResponse.Builder storageOptimizerList(StorageOptimizer... storageOptimizerList)
A list of the storage optimizers associated with a table.
- Parameters:
storageOptimizerList- A list of the storage optimizers associated with a table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageOptimizerList
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.Builderavoiding the need to create one manually viaStorageOptimizer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#storageOptimizerList(List.) - Parameters:
storageOptimizerList- a consumer that will call methods onStorageOptimizer.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#storageOptimizerList(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-