Interface IdentityResolutionJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>,SdkBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>,SdkPojo
- Enclosing class:
- IdentityResolutionJob
public static interface IdentityResolutionJob.Builder extends SdkPojo, CopyableBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IdentityResolutionJob.BuilderdomainName(String domainName)The unique name of the domain.default IdentityResolutionJob.BuilderexportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)The S3 location where the Identity Resolution Job writes result files.IdentityResolutionJob.BuilderexportingLocation(ExportingLocation exportingLocation)The S3 location where the Identity Resolution Job writes result files.IdentityResolutionJob.BuilderjobEndTime(Instant jobEndTime)The timestamp of when the job was completed.IdentityResolutionJob.BuilderjobId(String jobId)The unique identifier of the Identity Resolution Job.IdentityResolutionJob.BuilderjobStartTime(Instant jobStartTime)The timestamp of when the job was started or will be started.default IdentityResolutionJob.BuilderjobStats(Consumer<JobStats.Builder> jobStats)Statistics about an Identity Resolution Job.IdentityResolutionJob.BuilderjobStats(JobStats jobStats)Statistics about an Identity Resolution Job.IdentityResolutionJob.Buildermessage(String message)The error messages that are generated when the Identity Resolution Job runs.IdentityResolutionJob.Builderstatus(String status)The status of the Identity Resolution Job.IdentityResolutionJob.Builderstatus(IdentityResolutionJobStatus status)The status of the Identity Resolution Job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
IdentityResolutionJob.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
IdentityResolutionJob.Builder jobId(String jobId)
The unique identifier of the Identity Resolution Job.
- Parameters:
jobId- The unique identifier of the Identity Resolution Job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
IdentityResolutionJob.Builder status(String status)
The status of the Identity Resolution Job.
-
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted. -
PREPROCESSING: The Identity Resolution Job is loading your data. -
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. -
MERGING: The Identity Resolution Job is merging duplicate profiles. -
COMPLETED: The Identity Resolution Job completed successfully. -
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. -
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
- Parameters:
status- The status of the Identity Resolution Job.-
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted. -
PREPROCESSING: The Identity Resolution Job is loading your data. -
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. -
MERGING: The Identity Resolution Job is merging duplicate profiles. -
COMPLETED: The Identity Resolution Job completed successfully. -
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. -
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityResolutionJobStatus,IdentityResolutionJobStatus
-
-
status
IdentityResolutionJob.Builder status(IdentityResolutionJobStatus status)
The status of the Identity Resolution Job.
-
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted. -
PREPROCESSING: The Identity Resolution Job is loading your data. -
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. -
MERGING: The Identity Resolution Job is merging duplicate profiles. -
COMPLETED: The Identity Resolution Job completed successfully. -
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. -
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
- Parameters:
status- The status of the Identity Resolution Job.-
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted. -
PREPROCESSING: The Identity Resolution Job is loading your data. -
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. -
MERGING: The Identity Resolution Job is merging duplicate profiles. -
COMPLETED: The Identity Resolution Job completed successfully. -
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. -
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityResolutionJobStatus,IdentityResolutionJobStatus
-
-
jobStartTime
IdentityResolutionJob.Builder jobStartTime(Instant jobStartTime)
The timestamp of when the job was started or will be started.
- Parameters:
jobStartTime- The timestamp of when the job was started or will be started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobEndTime
IdentityResolutionJob.Builder jobEndTime(Instant jobEndTime)
The timestamp of when the job was completed.
- Parameters:
jobEndTime- The timestamp of when the job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStats
IdentityResolutionJob.Builder jobStats(JobStats jobStats)
Statistics about an Identity Resolution Job.
- Parameters:
jobStats- Statistics about an Identity Resolution Job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStats
default IdentityResolutionJob.Builder jobStats(Consumer<JobStats.Builder> jobStats)
Statistics about an Identity Resolution Job.
This is a convenience method that creates an instance of theJobStats.Builderavoiding the need to create one manually viaJobStats.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobStats(JobStats).- Parameters:
jobStats- a consumer that will call methods onJobStats.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobStats(JobStats)
-
exportingLocation
IdentityResolutionJob.Builder exportingLocation(ExportingLocation exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
- Parameters:
exportingLocation- The S3 location where the Identity Resolution Job writes result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportingLocation
default IdentityResolutionJob.Builder exportingLocation(Consumer<ExportingLocation.Builder> exportingLocation)
The S3 location where the Identity Resolution Job writes result files.
This is a convenience method that creates an instance of theExportingLocation.Builderavoiding the need to create one manually viaExportingLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportingLocation(ExportingLocation).- Parameters:
exportingLocation- a consumer that will call methods onExportingLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportingLocation(ExportingLocation)
-
message
IdentityResolutionJob.Builder message(String message)
The error messages that are generated when the Identity Resolution Job runs.
- Parameters:
message- The error messages that are generated when the Identity Resolution Job runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-