Interface DescribeTestSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTestSetResponse.Builder,
,DescribeTestSetResponse> LexModelsV2Response.Builder
,SdkBuilder<DescribeTestSetResponse.Builder,
,DescribeTestSetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTestSetResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The creation date and time for the test set data.description
(String description) The description of the test set.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time for the last update of the test set data.Indicates whether the test set is audio or text data.modality
(TestSetModality modality) Indicates whether the test set is audio or text data.The total number of agent and user turn in the test set.The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.The status of the test set.status
(TestSetStatus status) The status of the test set.default DescribeTestSetResponse.Builder
storageLocation
(Consumer<TestSetStorageLocation.Builder> storageLocation) The Amazon S3 storage location for the test set data.storageLocation
(TestSetStorageLocation storageLocation) The Amazon S3 storage location for the test set data.The test set Id for the test set response.testSetName
(String testSetName) The test set name of the test set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testSetId
The test set Id for the test set response.
- Parameters:
testSetId
- The test set Id for the test set response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetName
The test set name of the test set.
- Parameters:
testSetName
- The test set name of the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the test set.
- Parameters:
description
- The description of the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modality
Indicates whether the test set is audio or text data.
- Parameters:
modality
- Indicates whether the test set is audio or text data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modality
Indicates whether the test set is audio or text data.
- Parameters:
modality
- Indicates whether the test set is audio or text data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test set.
- Parameters:
status
- The status of the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test set.
- Parameters:
status
- The status of the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
- Parameters:
roleArn
- The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numTurns
The total number of agent and user turn in the test set.
- Parameters:
numTurns
- The total number of agent and user turn in the test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLocation
The Amazon S3 storage location for the test set data.
- Parameters:
storageLocation
- The Amazon S3 storage location for the test set data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLocation
default DescribeTestSetResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation) The Amazon S3 storage location for the test set data.
This is a convenience method that creates an instance of theTestSetStorageLocation.Builder
avoiding the need to create one manually viaTestSetStorageLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostorageLocation(TestSetStorageLocation)
.- Parameters:
storageLocation
- a consumer that will call methods onTestSetStorageLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDateTime
The creation date and time for the test set data.
- Parameters:
creationDateTime
- The creation date and time for the test set data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time for the last update of the test set data.
- Parameters:
lastUpdatedDateTime
- The date and time for the last update of the test set data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-