Interface TestSetDiscrepancyReportResourceTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TestSetDiscrepancyReportResourceTarget.Builder,,TestSetDiscrepancyReportResourceTarget> SdkBuilder<TestSetDiscrepancyReportResourceTarget.Builder,,TestSetDiscrepancyReportResourceTarget> SdkPojo
- Enclosing class:
 TestSetDiscrepancyReportResourceTarget
public static interface TestSetDiscrepancyReportResourceTarget.Builder
extends SdkPojo, CopyableBuilder<TestSetDiscrepancyReportResourceTarget.Builder,TestSetDiscrepancyReportResourceTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionbotAliasTarget(Consumer<TestSetDiscrepancyReportBotAliasTarget.Builder> botAliasTarget) Contains information about the bot alias used as the resource for the test set discrepancy report.botAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget) Contains information about the bot alias used as the resource for the test set discrepancy report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
botAliasTarget
TestSetDiscrepancyReportResourceTarget.Builder botAliasTarget(TestSetDiscrepancyReportBotAliasTarget botAliasTarget) Contains information about the bot alias used as the resource for the test set discrepancy report.
- Parameters:
 botAliasTarget- Contains information about the bot alias used as the resource for the test set discrepancy report.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
botAliasTarget
default TestSetDiscrepancyReportResourceTarget.Builder botAliasTarget(Consumer<TestSetDiscrepancyReportBotAliasTarget.Builder> botAliasTarget) Contains information about the bot alias used as the resource for the test set discrepancy report.
This is a convenience method that creates an instance of theTestSetDiscrepancyReportBotAliasTarget.Builderavoiding the need to create one manually viaTestSetDiscrepancyReportBotAliasTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobotAliasTarget(TestSetDiscrepancyReportBotAliasTarget).- Parameters:
 botAliasTarget- a consumer that will call methods onTestSetDiscrepancyReportBotAliasTarget.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -