public static interface ListTestSetRecordsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListTestSetRecordsResponse.Builder,ListTestSetRecordsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more records to return in a response to the ListTestSetRecords
operation.
|
ListTestSetRecordsResponse.Builder |
testSetRecords(Collection<TestSetTurnRecord> testSetRecords)
The list of records from the test set.
|
ListTestSetRecordsResponse.Builder |
testSetRecords(Consumer<TestSetTurnRecord.Builder>... testSetRecords)
The list of records from the test set.
|
ListTestSetRecordsResponse.Builder |
testSetRecords(TestSetTurnRecord... testSetRecords)
The list of records from the test set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestSetRecordsResponse.Builder testSetRecords(Collection<TestSetTurnRecord> testSetRecords)
The list of records from the test set.
testSetRecords - The list of records from the test set.ListTestSetRecordsResponse.Builder testSetRecords(TestSetTurnRecord... testSetRecords)
The list of records from the test set.
testSetRecords - The list of records from the test set.ListTestSetRecordsResponse.Builder testSetRecords(Consumer<TestSetTurnRecord.Builder>... testSetRecords)
The list of records from the test set.
This is a convenience method that creates an instance of theTestSetTurnRecord.Builder avoiding the need to
create one manually via TestSetTurnRecord.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #testSetRecords(List.
testSetRecords - a consumer that will call methods on
TestSetTurnRecord.Builder#testSetRecords(java.util.Collection) ListTestSetRecordsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more records to return in a response to the ListTestSetRecords operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestSetRecords operation request to get the next page of records.
nextToken - A token that indicates whether there are more records to return in a response to the
ListTestSetRecords operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListTestSetRecords operation request to get the next page of records.Copyright © 2023. All rights reserved.