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.BuildererrorDetails(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.Buildermetrics(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 ofOutputSourceobjects.outputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list ofOutputSourceobjects.outputSourceConfig(IdMappingJobOutputSource... outputSourceConfig) A list ofOutputSourceobjects.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
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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
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.Builderavoiding the need to create one manually viaErrorDetails.builder().When the
Consumercompletes,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 theIdMappingJobMetrics.Builderavoiding the need to create one manually viaIdMappingJobMetrics.builder().When the
Consumercompletes,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:
-
outputSourceConfig
GetIdMappingJobResponse.Builder outputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig) A list of
OutputSourceobjects.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
A list of
OutputSourceobjects.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects.- 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 theOutputSourceobjects.IdMappingJobOutputSource.Builderavoiding the need to create one manually viaIdMappingJobOutputSource.builder().When the
Consumercompletes,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:
-
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:
-