Interface GetPartitionIndexesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetPartitionIndexesResponse.Builder,,- GetPartitionIndexesResponse> - GlueResponse.Builder,- SdkBuilder<GetPartitionIndexesResponse.Builder,,- GetPartitionIndexesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetPartitionIndexesResponse
@Mutable
@NotThreadSafe
public static interface GetPartitionIndexesResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPartitionIndexesResponse.Builder,GetPartitionIndexesResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
partitionIndexDescriptorListGetPartitionIndexesResponse.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.
 
- 
partitionIndexDescriptorListGetPartitionIndexesResponse.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.
 
- 
partitionIndexDescriptorListGetPartitionIndexesResponse.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 on- PartitionIndexDescriptor.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
 
-