Interface ListTestExecutionResultItemsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>,LexModelsV2Request.Builder,SdkBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTestExecutionResultItemsRequest
public static interface ListTestExecutionResultItemsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListTestExecutionResultItemsRequest.BuildermaxResults(Integer maxResults)The maximum number of test execution result items to return in each page.ListTestExecutionResultItemsRequest.BuildernextToken(String nextToken)If the response from theListTestExecutionResultItemsoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListTestExecutionResultItemsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTestExecutionResultItemsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListTestExecutionResultItemsRequest.BuilderresultFilterBy(Consumer<TestExecutionResultFilterBy.Builder> resultFilterBy)The filter for the list of results from the test set execution.ListTestExecutionResultItemsRequest.BuilderresultFilterBy(TestExecutionResultFilterBy resultFilterBy)The filter for the list of results from the test set execution.ListTestExecutionResultItemsRequest.BuildertestExecutionId(String testExecutionId)The unique identifier of the test execution to list the result items.-
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
-
testExecutionId
ListTestExecutionResultItemsRequest.Builder testExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
- Parameters:
testExecutionId- The unique identifier of the test execution to list the result items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultFilterBy
ListTestExecutionResultItemsRequest.Builder resultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
- Parameters:
resultFilterBy- The filter for the list of results from the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultFilterBy
default ListTestExecutionResultItemsRequest.Builder resultFilterBy(Consumer<TestExecutionResultFilterBy.Builder> resultFilterBy)
The filter for the list of results from the test set execution.
This is a convenience method that creates an instance of theTestExecutionResultFilterBy.Builderavoiding the need to create one manually viaTestExecutionResultFilterBy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresultFilterBy(TestExecutionResultFilterBy).- Parameters:
resultFilterBy- a consumer that will call methods onTestExecutionResultFilterBy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resultFilterBy(TestExecutionResultFilterBy)
-
maxResults
ListTestExecutionResultItemsRequest.Builder maxResults(Integer maxResults)
The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
- Parameters:
maxResults- The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTestExecutionResultItemsRequest.Builder nextToken(String nextToken)
If the response from the
ListTestExecutionResultItemsoperation contains more results than specified in themaxResultsparameter, a token is returned in the response. Use that token in thenextTokenparameter to return the next page of results.- Parameters:
nextToken- If the response from theListTestExecutionResultItemsoperation contains more results than specified in themaxResultsparameter, a token is returned in the response. Use that token in thenextTokenparameter to return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTestExecutionResultItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTestExecutionResultItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-