public static interface CreateTestSetDiscrepancyReportRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateTestSetDiscrepancyReportRequest.Builder,CreateTestSetDiscrepancyReportRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTestSetDiscrepancyReportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTestSetDiscrepancyReportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateTestSetDiscrepancyReportRequest.Builder |
target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportRequest.Builder |
target(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportRequest.Builder |
testSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTestSetDiscrepancyReportRequest.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.CreateTestSetDiscrepancyReportRequest.Builder target(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
target - The target bot for the test set discrepancy report.default CreateTestSetDiscrepancyReportRequest.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)CreateTestSetDiscrepancyReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTestSetDiscrepancyReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.