public static interface DescribeTestSetDiscrepancyReportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestSetDiscrepancyReportResponse.Builder,DescribeTestSetDiscrepancyReportResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetDiscrepancyReportResponse.Builder |
creationDateTime(Instant creationDateTime)
The time and date of creation for the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
failureReasons(Collection<String> failureReasons)
The failure report for the test set discrepancy report generation action.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
failureReasons(String... failureReasons)
The failure report for the test set discrepancy report generation action.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
lastUpdatedDataTime(Instant lastUpdatedDataTime)
The date and time of the last update for the test set discrepancy report.
|
default DescribeTestSetDiscrepancyReportResponse.Builder |
target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot location for the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
target(TestSetDiscrepancyReportResourceTarget target)
The target bot location for the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyRawOutputUrl(String testSetDiscrepancyRawOutputUrl)
Pre-signed Amazon S3 URL to download the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyReportStatus(String testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyReportStatus(TestSetDiscrepancyReportStatus testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
|
default DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyTopErrors(Consumer<TestSetDiscrepancyErrors.Builder> testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
|
DescribeTestSetDiscrepancyReportResponse.Builder |
testSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
testSetDiscrepancyReportId - The unique identifier of the test set discrepancy report to describe.DescribeTestSetDiscrepancyReportResponse.Builder testSetId(String testSetId)
The test set Id for the test set discrepancy report.
testSetId - The test set Id for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.Builder creationDateTime(Instant creationDateTime)
The time and date of creation for the test set discrepancy report.
creationDateTime - The time and date of creation for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.Builder target(TestSetDiscrepancyReportResourceTarget target)
The target bot location for the test set discrepancy report.
target - The target bot location for the test set discrepancy report.default DescribeTestSetDiscrepancyReportResponse.Builder target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot location for the test set discrepancy report.
This is a convenience method that creates an instance of theTestSetDiscrepancyReportResourceTarget.Builder avoiding the need to create one manually via
TestSetDiscrepancyReportResourceTarget.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to target(TestSetDiscrepancyReportResourceTarget).
target - a consumer that will call methods on TestSetDiscrepancyReportResourceTarget.Buildertarget(TestSetDiscrepancyReportResourceTarget)DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportStatus(String testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
testSetDiscrepancyReportStatus - The status for the test set discrepancy report.TestSetDiscrepancyReportStatus,
TestSetDiscrepancyReportStatusDescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportStatus(TestSetDiscrepancyReportStatus testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
testSetDiscrepancyReportStatus - The status for the test set discrepancy report.TestSetDiscrepancyReportStatus,
TestSetDiscrepancyReportStatusDescribeTestSetDiscrepancyReportResponse.Builder lastUpdatedDataTime(Instant lastUpdatedDataTime)
The date and time of the last update for the test set discrepancy report.
lastUpdatedDataTime - The date and time of the last update for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
testSetDiscrepancyTopErrors - The top 200 error results from the test set discrepancy report.default DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyTopErrors(Consumer<TestSetDiscrepancyErrors.Builder> testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
This is a convenience method that creates an instance of theTestSetDiscrepancyErrors.Builder
avoiding the need to create one manually via TestSetDiscrepancyErrors.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to testSetDiscrepancyTopErrors(TestSetDiscrepancyErrors).
testSetDiscrepancyTopErrors - a consumer that will call methods on TestSetDiscrepancyErrors.BuildertestSetDiscrepancyTopErrors(TestSetDiscrepancyErrors)DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyRawOutputUrl(String testSetDiscrepancyRawOutputUrl)
Pre-signed Amazon S3 URL to download the test set discrepancy report.
testSetDiscrepancyRawOutputUrl - Pre-signed Amazon S3 URL to download the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.Builder failureReasons(Collection<String> failureReasons)
The failure report for the test set discrepancy report generation action.
failureReasons - The failure report for the test set discrepancy report generation action.DescribeTestSetDiscrepancyReportResponse.Builder failureReasons(String... failureReasons)
The failure report for the test set discrepancy report generation action.
failureReasons - The failure report for the test set discrepancy report generation action.Copyright © 2023. All rights reserved.