Interface DescribeTestSetDiscrepancyReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTestSetDiscrepancyReportResponse.Builder,DescribeTestSetDiscrepancyReportResponse>,LexModelsV2Response.Builder,SdkBuilder<DescribeTestSetDiscrepancyReportResponse.Builder,DescribeTestSetDiscrepancyReportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTestSetDiscrepancyReportResponse
public static interface DescribeTestSetDiscrepancyReportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestSetDiscrepancyReportResponse.Builder,DescribeTestSetDiscrepancyReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeTestSetDiscrepancyReportResponse.BuildercreationDateTime(Instant creationDateTime)The time and date of creation for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuilderfailureReasons(String... failureReasons)The failure report for the test set discrepancy report generation action.DescribeTestSetDiscrepancyReportResponse.BuilderfailureReasons(Collection<String> failureReasons)The failure report for the test set discrepancy report generation action.DescribeTestSetDiscrepancyReportResponse.BuilderlastUpdatedDataTime(Instant lastUpdatedDataTime)The date and time of the last update for the test set discrepancy report.default DescribeTestSetDiscrepancyReportResponse.Buildertarget(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)The target bot location for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.Buildertarget(TestSetDiscrepancyReportResourceTarget target)The target bot location for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyRawOutputUrl(String testSetDiscrepancyRawOutputUrl)Pre-signed Amazon S3 URL to download the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyReportId(String testSetDiscrepancyReportId)The unique identifier of the test set discrepancy report to describe.DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyReportStatus(String testSetDiscrepancyReportStatus)The status for the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyReportStatus(TestSetDiscrepancyReportStatus testSetDiscrepancyReportStatus)The status for the test set discrepancy report.default DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyTopErrors(Consumer<TestSetDiscrepancyErrors.Builder> testSetDiscrepancyTopErrors)The top 200 error results from the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)The top 200 error results from the test set discrepancy report.DescribeTestSetDiscrepancyReportResponse.BuildertestSetId(String testSetId)The test set Id for the test set discrepancy report.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
testSetDiscrepancyReportId
DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
- Parameters:
testSetDiscrepancyReportId- The unique identifier of the test set discrepancy report to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetId
DescribeTestSetDiscrepancyReportResponse.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.
-
creationDateTime
DescribeTestSetDiscrepancyReportResponse.Builder creationDateTime(Instant creationDateTime)
The time and date of creation for the test set discrepancy report.
- Parameters:
creationDateTime- The time and date of creation for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
DescribeTestSetDiscrepancyReportResponse.Builder target(TestSetDiscrepancyReportResourceTarget target)
The target bot location for the test set discrepancy report.
- Parameters:
target- The target bot location for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default DescribeTestSetDiscrepancyReportResponse.Builder target(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)
The target bot location 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)
-
testSetDiscrepancyReportStatus
DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportStatus(String testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
- Parameters:
testSetDiscrepancyReportStatus- The status for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestSetDiscrepancyReportStatus,TestSetDiscrepancyReportStatus
-
testSetDiscrepancyReportStatus
DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyReportStatus(TestSetDiscrepancyReportStatus testSetDiscrepancyReportStatus)
The status for the test set discrepancy report.
- Parameters:
testSetDiscrepancyReportStatus- The status for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestSetDiscrepancyReportStatus,TestSetDiscrepancyReportStatus
-
lastUpdatedDataTime
DescribeTestSetDiscrepancyReportResponse.Builder lastUpdatedDataTime(Instant lastUpdatedDataTime)
The date and time of the last update for the test set discrepancy report.
- Parameters:
lastUpdatedDataTime- The date and time of the last update for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetDiscrepancyTopErrors
DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyTopErrors(TestSetDiscrepancyErrors testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
- Parameters:
testSetDiscrepancyTopErrors- The top 200 error results from the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetDiscrepancyTopErrors
default DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyTopErrors(Consumer<TestSetDiscrepancyErrors.Builder> testSetDiscrepancyTopErrors)
The top 200 error results from the test set discrepancy report.
This is a convenience method that creates an instance of theTestSetDiscrepancyErrors.Builderavoiding the need to create one manually viaTestSetDiscrepancyErrors.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestSetDiscrepancyTopErrors(TestSetDiscrepancyErrors).- Parameters:
testSetDiscrepancyTopErrors- a consumer that will call methods onTestSetDiscrepancyErrors.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
testSetDiscrepancyTopErrors(TestSetDiscrepancyErrors)
-
testSetDiscrepancyRawOutputUrl
DescribeTestSetDiscrepancyReportResponse.Builder testSetDiscrepancyRawOutputUrl(String testSetDiscrepancyRawOutputUrl)
Pre-signed Amazon S3 URL to download the test set discrepancy report.
- Parameters:
testSetDiscrepancyRawOutputUrl- Pre-signed Amazon S3 URL to download the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
DescribeTestSetDiscrepancyReportResponse.Builder failureReasons(Collection<String> failureReasons)
The failure report for the test set discrepancy report generation action.
- Parameters:
failureReasons- The failure report for the test set discrepancy report generation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
DescribeTestSetDiscrepancyReportResponse.Builder failureReasons(String... failureReasons)
The failure report for the test set discrepancy report generation action.
- Parameters:
failureReasons- The failure report for the test set discrepancy report generation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-