Interface GetPartitionIndexesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPartitionIndexesResponse.Builder,,GetPartitionIndexesResponse> GlueResponse.Builder,SdkBuilder<GetPartitionIndexesResponse.Builder,,GetPartitionIndexesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPartitionIndexesResponse
public static interface GetPartitionIndexesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPartitionIndexesResponse.Builder,GetPartitionIndexesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token, present if the current list segment is not the last.partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList) A list of index descriptors.partitionIndexDescriptorList(Consumer<PartitionIndexDescriptor.Builder>... partitionIndexDescriptorList) A list of index descriptors.partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList) A list of index descriptors.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
partitionIndexDescriptorList
GetPartitionIndexesResponse.Builder partitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList) A list of index descriptors.
- Parameters:
partitionIndexDescriptorList- A list of index descriptors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionIndexDescriptorList
GetPartitionIndexesResponse.Builder partitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList) A list of index descriptors.
- Parameters:
partitionIndexDescriptorList- A list of index descriptors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionIndexDescriptorList
GetPartitionIndexesResponse.Builder partitionIndexDescriptorList(Consumer<PartitionIndexDescriptor.Builder>... partitionIndexDescriptorList) A list of index descriptors.
This is a convenience method that creates an instance of thePartitionIndexDescriptor.Builderavoiding the need to create one manually viaPartitionIndexDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topartitionIndexDescriptorList(List<PartitionIndexDescriptor>).- Parameters:
partitionIndexDescriptorList- a consumer that will call methods onPartitionIndexDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token, present if the current list segment is not the last.
- Parameters:
nextToken- A continuation token, present if the current list segment is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-