Interface GetMatchingJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMatchingJobResponse.Builder,
,GetMatchingJobResponse> EntityResolutionResponse.Builder
,SdkBuilder<GetMatchingJobResponse.Builder,
,GetMatchingJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMatchingJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the job has finished.default GetMatchingJobResponse.Builder
errorDetails
(Consumer<ErrorDetails.Builder> errorDetails) An object containing an error message, if there was an error.errorDetails
(ErrorDetails errorDetails) An object containing an error message, if there was an error.The ID of the job.default GetMatchingJobResponse.Builder
metrics
(Consumer<JobMetrics.Builder> metrics) Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.metrics
(JobMetrics metrics) Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.outputSourceConfig
(Collection<JobOutputSource> outputSourceConfig) A list ofOutputSource
objects.outputSourceConfig
(Consumer<JobOutputSource.Builder>... outputSourceConfig) A list ofOutputSource
objects.outputSourceConfig
(JobOutputSource... outputSourceConfig) A list ofOutputSource
objects.The time at which the job was started.The current status of the job.The current status of the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.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
-
endTime
The time at which the job has finished.
- Parameters:
endTime
- The time at which the job has finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
An object containing an error message, if there was an error.
- Parameters:
errorDetails
- An object containing an error message, if there was an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
An object containing an error message, if there was an error.
This is a convenience method that creates an instance of theErrorDetails.Builder
avoiding the need to create one manually viaErrorDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrorDetails(ErrorDetails)
.- Parameters:
errorDetails
- a consumer that will call methods onErrorDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobId
The ID of the job.
- Parameters:
jobId
- The ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
- Parameters:
metrics
- Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
This is a convenience method that creates an instance of theJobMetrics.Builder
avoiding the need to create one manually viaJobMetrics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometrics(JobMetrics)
.- Parameters:
metrics
- a consumer that will call methods onJobMetrics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputSourceConfig
A list of
OutputSource
objects.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
A list of
OutputSource
objects.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
GetMatchingJobResponse.Builder outputSourceConfig(Consumer<JobOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theOutputSource
objects.JobOutputSource.Builder
avoiding the need to create one manually viaJobOutputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputSourceConfig(List<JobOutputSource>)
.- Parameters:
outputSourceConfig
- a consumer that will call methods onJobOutputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The time at which the job was started.
- Parameters:
startTime
- The time at which the job was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the job.
- Parameters:
status
- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the job.
- Parameters:
status
- The current status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-