Interface ListTestSetRecordsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTestSetRecordsRequest.Builder,ListTestSetRecordsRequest>,LexModelsV2Request.Builder,SdkBuilder<ListTestSetRecordsRequest.Builder,ListTestSetRecordsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTestSetRecordsRequest
public static interface ListTestSetRecordsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListTestSetRecordsRequest.Builder,ListTestSetRecordsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTestSetRecordsRequest.BuildermaxResults(Integer maxResults)The maximum number of test set records to return in each page.ListTestSetRecordsRequest.BuildernextToken(String nextToken)If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response.ListTestSetRecordsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTestSetRecordsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTestSetRecordsRequest.BuildertestSetId(String testSetId)The identifier of the test set to list its test set records.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
testSetId
ListTestSetRecordsRequest.Builder testSetId(String testSetId)
The identifier of the test set to list its test set records.
- Parameters:
testSetId- The identifier of the test set to list its test set records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTestSetRecordsRequest.Builder maxResults(Integer maxResults)
The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
- Parameters:
maxResults- The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTestSetRecordsRequest.Builder nextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
- Parameters:
nextToken- If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTestSetRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTestSetRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-