public static interface GetPartitionsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPartitionsResponse.Builder,GetPartitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPartitionsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list of partitions does not include the last one.
|
GetPartitionsResponse.Builder |
partitions(Collection<Partition> partitions)
A list of requested partitions.
|
GetPartitionsResponse.Builder |
partitions(Consumer<Partition.Builder>... partitions)
A list of requested partitions.
|
GetPartitionsResponse.Builder |
partitions(Partition... partitions)
A list of requested partitions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPartitionsResponse.Builder partitions(Collection<Partition> partitions)
A list of requested partitions.
partitions - A list of requested partitions.GetPartitionsResponse.Builder partitions(Partition... partitions)
A list of requested partitions.
partitions - A list of requested partitions.GetPartitionsResponse.Builder partitions(Consumer<Partition.Builder>... partitions)
A list of requested partitions.
This is a convenience method that creates an instance of thePartition.Builder avoiding the need to create one manually
via Partition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #partitions(List.
partitions - a consumer that will call methods on
Partition.Builder#partitions(java.util.Collection) GetPartitionsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list of partitions does not include the last one.
nextToken - A continuation token, if the returned list of partitions does not include the last one.Copyright © 2023. All rights reserved.