Interface CreateTestSetDiscrepancyReportResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTestSetDiscrepancyReportResponse.Builder,CreateTestSetDiscrepancyReportResponse>,LexModelsV2Response.Builder,SdkBuilder<CreateTestSetDiscrepancyReportResponse.Builder,CreateTestSetDiscrepancyReportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTestSetDiscrepancyReportResponse
public static interface CreateTestSetDiscrepancyReportResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<CreateTestSetDiscrepancyReportResponse.Builder,CreateTestSetDiscrepancyReportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateTestSetDiscrepancyReportResponse.BuildercreationDateTime(Instant creationDateTime)The creation date and time for the test set discrepancy report.default CreateTestSetDiscrepancyReportResponse.Buildertarget(Consumer<TestSetDiscrepancyReportResourceTarget.Builder> target)The target bot for the test set discrepancy report.CreateTestSetDiscrepancyReportResponse.Buildertarget(TestSetDiscrepancyReportResourceTarget target)The target bot for the test set discrepancy report.CreateTestSetDiscrepancyReportResponse.BuildertestSetDiscrepancyReportId(String testSetDiscrepancyReportId)The unique identifier of the test set discrepancy report to describe.CreateTestSetDiscrepancyReportResponse.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
CreateTestSetDiscrepancyReportResponse.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.
-
creationDateTime
CreateTestSetDiscrepancyReportResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set discrepancy report.
- Parameters:
creationDateTime- The creation date and time for the test set discrepancy report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetId
CreateTestSetDiscrepancyReportResponse.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
CreateTestSetDiscrepancyReportResponse.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 CreateTestSetDiscrepancyReportResponse.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)
-
-