public static interface GetPartitionsResponse.Builder extends GlueResponse.Builder, 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 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #partitions(List) .partitions - a consumer that will call methods on List.Builder #partitions(List) GetPartitionsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list of partitions does not does not include the last one.
nextToken - A continuation token, if the returned list of partitions does not does not include the last one.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.