Interface GetIdMappingJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIdMappingJobResponse.Builder,
,GetIdMappingJobResponse> EntityResolutionResponse.Builder
,SdkBuilder<GetIdMappingJobResponse.Builder,
,GetIdMappingJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIdMappingJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the job has finished.default GetIdMappingJobResponse.Builder
errorDetails
(Consumer<ErrorDetails.Builder> errorDetails) Sets the value of the ErrorDetails property for this object.errorDetails
(ErrorDetails errorDetails) Sets the value of the ErrorDetails property for this object.The ID of the job.default GetIdMappingJobResponse.Builder
metrics
(Consumer<IdMappingJobMetrics.Builder> metrics) Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.metrics
(IdMappingJobMetrics metrics) Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.outputSourceConfig
(Collection<IdMappingJobOutputSource> outputSourceConfig) A list ofOutputSource
objects.outputSourceConfig
(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list ofOutputSource
objects.outputSourceConfig
(IdMappingJobOutputSource... 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
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:
-
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.
-
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.
-
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 theIdMappingJobMetrics.Builder
avoiding the need to create one manually viaIdMappingJobMetrics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometrics(IdMappingJobMetrics)
.- Parameters:
metrics
- a consumer that will call methods onIdMappingJobMetrics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorDetails
Sets the value of the ErrorDetails property for this object.- Parameters:
errorDetails
- The new value for the ErrorDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
Sets the value of the ErrorDetails property for this object. 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:
-
outputSourceConfig
GetIdMappingJobResponse.Builder outputSourceConfig(Collection<IdMappingJobOutputSource> 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
GetIdMappingJobResponse.Builder outputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theOutputSource
objects.IdMappingJobOutputSource.Builder
avoiding the need to create one manually viaIdMappingJobOutputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputSourceConfig(List<IdMappingJobOutputSource>)
.- Parameters:
outputSourceConfig
- a consumer that will call methods onIdMappingJobOutputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-