public static interface GetPartitionIndexesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPartitionIndexesResponse.Builder,GetPartitionIndexesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPartitionIndexesResponse.Builder |
nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
GetPartitionIndexesResponse.Builder |
partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
GetPartitionIndexesResponse.Builder |
partitionIndexDescriptorList(Consumer<PartitionIndexDescriptor.Builder>... partitionIndexDescriptorList)
A list of index descriptors.
|
GetPartitionIndexesResponse.Builder |
partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPartitionIndexesResponse.Builder partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
partitionIndexDescriptorList - A list of index descriptors.GetPartitionIndexesResponse.Builder partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
partitionIndexDescriptorList - A list of index descriptors.GetPartitionIndexesResponse.Builder partitionIndexDescriptorList(Consumer<PartitionIndexDescriptor.Builder>... partitionIndexDescriptorList)
A list of index descriptors.
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 #partitionIndexDescriptorList(List)
.partitionIndexDescriptorList - a consumer that will call methods on List.Builder #partitionIndexDescriptorList(List) GetPartitionIndexesResponse.Builder nextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken - A continuation token, present if the current list segment is not the last.Copyright © 2020. All rights reserved.