public static interface CreateTestSetDiscrepancyReportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateTestSetDiscrepancyReportResponse.Builder,CreateTestSetDiscrepancyReportResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateTestSetDiscrepancyReportResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the test set discrepancy report.
|
default CreateTestSetDiscrepancyReportResponse.Builder |
target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportResponse.Builder |
target(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportResponse.Builder |
testSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
|
CreateTestSetDiscrepancyReportResponse.Builder |
testSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTestSetDiscrepancyReportResponse.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.CreateTestSetDiscrepancyReportResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set discrepancy report.
creationDateTime - The creation date and time for the test set discrepancy report.CreateTestSetDiscrepancyReportResponse.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.CreateTestSetDiscrepancyReportResponse.Builder target(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
target - The target bot for the test set discrepancy report.default CreateTestSetDiscrepancyReportResponse.Builder target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot 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)Copyright © 2023. All rights reserved.