Interface UtteranceLevelTestResults.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UtteranceLevelTestResults.Builder,
,UtteranceLevelTestResults> SdkBuilder<UtteranceLevelTestResults.Builder,
,UtteranceLevelTestResults> SdkPojo
- Enclosing class:
UtteranceLevelTestResults
@Mutable
@NotThreadSafe
public static interface UtteranceLevelTestResults.Builder
extends SdkPojo, CopyableBuilder<UtteranceLevelTestResults.Builder,UtteranceLevelTestResults>
-
Method Summary
Modifier and TypeMethodDescriptionContains information about an utterance in the results of the test set execution.items
(Consumer<UtteranceLevelTestResultItem.Builder>... items) Contains information about an utterance in the results of the test set execution.items
(UtteranceLevelTestResultItem... items) Contains information about an utterance in the results of the test set execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
items
Contains information about an utterance in the results of the test set execution.
- Parameters:
items
- Contains information about an utterance in the results of the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Contains information about an utterance in the results of the test set execution.
- Parameters:
items
- Contains information about an utterance in the results of the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Contains information about an utterance in the results of the test set execution.
This is a convenience method that creates an instance of theUtteranceLevelTestResultItem.Builder
avoiding the need to create one manually viaUtteranceLevelTestResultItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<UtteranceLevelTestResultItem>)
.- Parameters:
items
- a consumer that will call methods onUtteranceLevelTestResultItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-