Interface GetIdMappingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>,EntityResolutionResponse.Builder,SdkBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIdMappingJobResponse
public static interface GetIdMappingJobResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetIdMappingJobResponse.BuilderendTime(Instant endTime)The time at which the job has finished.default GetIdMappingJobResponse.BuildererrorDetails(Consumer<ErrorDetails.Builder> errorDetails)Sets the value of the ErrorDetails property for this object.GetIdMappingJobResponse.BuildererrorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.GetIdMappingJobResponse.BuilderjobId(String jobId)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.GetIdMappingJobResponse.Buildermetrics(IdMappingJobMetrics metrics)Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.GetIdMappingJobResponse.BuilderoutputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)A list ofOutputSourceobjects.GetIdMappingJobResponse.BuilderoutputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig)A list ofOutputSourceobjects.GetIdMappingJobResponse.BuilderoutputSourceConfig(IdMappingJobOutputSource... outputSourceConfig)A list ofOutputSourceobjects.GetIdMappingJobResponse.BuilderstartTime(Instant startTime)The time at which the job was started.GetIdMappingJobResponse.Builderstatus(String status)The current status of the job.GetIdMappingJobResponse.Builderstatus(JobStatus status)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 Detail
-
endTime
GetIdMappingJobResponse.Builder endTime(Instant 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
GetIdMappingJobResponse.Builder errorDetails(ErrorDetails 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
default GetIdMappingJobResponse.Builder errorDetails(Consumer<ErrorDetails.Builder> 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:
errorDetails(ErrorDetails)
-
jobId
GetIdMappingJobResponse.Builder jobId(String 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
GetIdMappingJobResponse.Builder metrics(IdMappingJobMetrics 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
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.
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:
metrics(IdMappingJobMetrics)
-
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
GetIdMappingJobResponse.Builder outputSourceConfig(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
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 to#outputSourceConfig(List.) - 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:
#outputSourceConfig(java.util.Collection)
-
startTime
GetIdMappingJobResponse.Builder startTime(Instant 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
GetIdMappingJobResponse.Builder status(String status)
The current status of the job.
-
status
GetIdMappingJobResponse.Builder status(JobStatus status)
The current status of the job.
-
-