public static interface TestSetSummary.Builder extends SdkPojo, CopyableBuilder<TestSetSummary.Builder,TestSetSummary>
| Modifier and Type | Method and Description |
|---|---|
TestSetSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time at which the test set was created.
|
TestSetSummary.Builder |
description(String description)
The description of the test set.
|
TestSetSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time at which the test set was last updated.
|
TestSetSummary.Builder |
modality(String modality)
Specifies whether the test set contains written or spoken data.
|
TestSetSummary.Builder |
modality(TestSetModality modality)
Specifies whether the test set contains written or spoken data.
|
TestSetSummary.Builder |
numTurns(Integer numTurns)
The number of turns in the test set.
|
TestSetSummary.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
TestSetSummary.Builder |
status(String status)
The status of the test set.
|
TestSetSummary.Builder |
status(TestSetStatus status)
The status of the test set.
|
default TestSetSummary.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location at which the test set is stored.
|
TestSetSummary.Builder |
storageLocation(TestSetStorageLocation storageLocation)
Contains information about the location at which the test set is stored.
|
TestSetSummary.Builder |
testSetId(String testSetId)
The unique identifier of the test set.
|
TestSetSummary.Builder |
testSetName(String testSetName)
The name of the test set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetSummary.Builder testSetId(String testSetId)
The unique identifier of the test set.
testSetId - The unique identifier of the test set.TestSetSummary.Builder testSetName(String testSetName)
The name of the test set.
testSetName - The name of the test set.TestSetSummary.Builder description(String description)
The description of the test set.
description - The description of the test set.TestSetSummary.Builder modality(String modality)
Specifies whether the test set contains written or spoken data.
modality - Specifies whether the test set contains written or spoken data.TestSetModality,
TestSetModalityTestSetSummary.Builder modality(TestSetModality modality)
Specifies whether the test set contains written or spoken data.
modality - Specifies whether the test set contains written or spoken data.TestSetModality,
TestSetModalityTestSetSummary.Builder status(String status)
The status of the test set.
status - The status of the test set.TestSetStatus,
TestSetStatusTestSetSummary.Builder status(TestSetStatus status)
The status of the test set.
status - The status of the test set.TestSetStatus,
TestSetStatusTestSetSummary.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
roleArn - The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.TestSetSummary.Builder numTurns(Integer numTurns)
The number of turns in the test set.
numTurns - The number of turns in the test set.TestSetSummary.Builder storageLocation(TestSetStorageLocation storageLocation)
Contains information about the location at which the test set is stored.
storageLocation - Contains information about the location at which the test set is stored.default TestSetSummary.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location at which the test set is stored.
This is a convenience method that creates an instance of theTestSetStorageLocation.Builder avoiding
the need to create one manually via TestSetStorageLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to storageLocation(TestSetStorageLocation).
storageLocation - a consumer that will call methods on TestSetStorageLocation.BuilderstorageLocation(TestSetStorageLocation)TestSetSummary.Builder creationDateTime(Instant creationDateTime)
The date and time at which the test set was created.
creationDateTime - The date and time at which the test set was created.TestSetSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time at which the test set was last updated.
lastUpdatedDateTime - The date and time at which the test set was last updated.Copyright © 2023. All rights reserved.