Interface GetEntityRecordsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetEntityRecordsResponse.Builder,
,GetEntityRecordsResponse> GlueResponse.Builder
,SdkBuilder<GetEntityRecordsResponse.Builder,
,GetEntityRecordsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEntityRecordsResponse
@Mutable
@NotThreadSafe
public static interface GetEntityRecordsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetEntityRecordsResponse.Builder,GetEntityRecordsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token, present if the current segment is not the last.records
(Collection<Document> records) A list of the requested objects.A list of the requested objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
records
A list of the requested objects.
- Parameters:
records
- A list of the requested objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
records
A list of the requested objects.
- Parameters:
records
- A list of the requested objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, present if the current segment is not the last.
- Parameters:
nextToken
- A continuation token, present if the current segment is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-