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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TestSetDiscrepancyReportResourceTarget.BuilderbotAliasTarget(Consumer<TestSetDiscrepancyReportBotAliasTarget.Builder> botAliasTarget)Contains information about the bot alias used as the resource for the test set discrepancy report.TestSetDiscrepancyReportResourceTarget.BuilderbotAliasTarget(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
copy
-
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
-
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:
botAliasTarget(TestSetDiscrepancyReportBotAliasTarget)
-
-