Interface GetEntityRecordsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEntityRecordsResponse.Builder,GetEntityRecordsResponse>,GlueResponse.Builder,SdkBuilder<GetEntityRecordsResponse.Builder,GetEntityRecordsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEntityRecordsResponse
public static interface GetEntityRecordsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetEntityRecordsResponse.Builder,GetEntityRecordsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEntityRecordsResponse.BuildernextToken(String nextToken)A continuation token, present if the current segment is not the last.GetEntityRecordsResponse.Builderrecords(Collection<Document> records)A list of the requested objects.GetEntityRecordsResponse.Builderrecords(Document... records)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 Detail
-
records
GetEntityRecordsResponse.Builder records(Collection<Document> 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
GetEntityRecordsResponse.Builder records(Document... 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
GetEntityRecordsResponse.Builder nextToken(String 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.
-
-