public static interface GetTableObjectsResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetTableObjectsResponse.Builder,GetTableObjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTableObjectsResponse.Builder |
nextToken(String nextToken)
A continuation token indicating whether additional data is available.
|
GetTableObjectsResponse.Builder |
objects(Collection<PartitionObjects> objects)
A list of objects organized by partition keys.
|
GetTableObjectsResponse.Builder |
objects(Consumer<PartitionObjects.Builder>... objects)
A list of objects organized by partition keys.
|
GetTableObjectsResponse.Builder |
objects(PartitionObjects... objects)
A list of objects organized by partition keys.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTableObjectsResponse.Builder objects(Collection<PartitionObjects> objects)
A list of objects organized by partition keys.
objects - A list of objects organized by partition keys.GetTableObjectsResponse.Builder objects(PartitionObjects... objects)
A list of objects organized by partition keys.
objects - A list of objects organized by partition keys.GetTableObjectsResponse.Builder objects(Consumer<PartitionObjects.Builder>... objects)
A list of objects organized by partition keys.
This is a convenience method that creates an instance of thePartitionObjects.Builder avoiding the need to
create one manually via
PartitionObjects.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #objects(List.
objects - a consumer that will call methods on
PartitionObjects.Builder#objects(java.util.Collection) GetTableObjectsResponse.Builder nextToken(String nextToken)
A continuation token indicating whether additional data is available.
nextToken - A continuation token indicating whether additional data is available.Copyright © 2023. All rights reserved.