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 method that creates an instance of thePartitionIndexDescriptor.Builder avoiding the need to
create one manually via PartitionIndexDescriptor.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #partitionIndexDescriptorList(List.
partitionIndexDescriptorList - a consumer that will call methods on
PartitionIndexDescriptor.Builder#partitionIndexDescriptorList(java.util.Collection) 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 © 2023. All rights reserved.