Interface CreateTestSetDiscrepancyReportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTestSetDiscrepancyReportRequest.Builder,CreateTestSetDiscrepancyReportRequest>,LexModelsV2Request.Builder,SdkBuilder<CreateTestSetDiscrepancyReportRequest.Builder,CreateTestSetDiscrepancyReportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTestSetDiscrepancyReportRequest
public static interface CreateTestSetDiscrepancyReportRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateTestSetDiscrepancyReportRequest.Builder,CreateTestSetDiscrepancyReportRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateTestSetDiscrepancyReportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTestSetDiscrepancyReportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateTestSetDiscrepancyReportRequest.Buildertarget(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)The target bot for the test set discrepancy report.CreateTestSetDiscrepancyReportRequest.Buildertarget(TestSetDiscrepancyReportResourceTarget target)The target bot for the test set discrepancy report.CreateTestSetDiscrepancyReportRequest.BuildertestSetId(String testSetId)The test set Id for the test set discrepancy report.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
testSetId
CreateTestSetDiscrepancyReportRequest.Builder testSetId(String testSetId)
The test set Id for the test set discrepancy report.
- Parameters:
testSetId- The test set Id for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
CreateTestSetDiscrepancyReportRequest.Builder target(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
- Parameters:
target- The target bot for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
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.Builderavoiding the need to create one manually viaTestSetDiscrepancyReportResourceTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(TestSetDiscrepancyReportResourceTarget).- Parameters:
target- a consumer that will call methods onTestSetDiscrepancyReportResourceTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
target(TestSetDiscrepancyReportResourceTarget)
-
overrideConfiguration
CreateTestSetDiscrepancyReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTestSetDiscrepancyReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-