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
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The creation date and time for the test set discrepancy report.The target bot for the test set discrepancy report.The target bot for the test set discrepancy report.testSetDiscrepancyReportId
(String testSetDiscrepancyReportId) The unique identifier of the test set discrepancy report to describe.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 Details
-
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
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
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.Builder
avoiding the need to create one manually viaTestSetDiscrepancyReportResourceTarget.builder()
.When the
Consumer
completes,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:
-