Interface GetIdentityResolutionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIdentityResolutionJobResponse.Builder,
,GetIdentityResolutionJobResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetIdentityResolutionJobResponse.Builder,
,GetIdentityResolutionJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIdentityResolutionJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionautoMerging
(Consumer<AutoMerging.Builder> autoMerging) Configuration settings for how to perform the auto-merging of profiles.autoMerging
(AutoMerging autoMerging) Configuration settings for how to perform the auto-merging of profiles.domainName
(String domainName) The unique name of the domain.exportingLocation
(Consumer<ExportingLocation.Builder> exportingLocation) The S3 location where the Identity Resolution Job writes result files.exportingLocation
(ExportingLocation exportingLocation) The S3 location where the Identity Resolution Job writes result files.jobEndTime
(Instant jobEndTime) The timestamp of when the Identity Resolution Job was completed.jobExpirationTime
(Instant jobExpirationTime) The timestamp of when the Identity Resolution Job will expire.The unique identifier of the Identity Resolution Job.jobStartTime
(Instant jobStartTime) The timestamp of when the Identity Resolution Job was started or will be started.jobStats
(Consumer<JobStats.Builder> jobStats) Statistics about the Identity Resolution Job.Statistics about the Identity Resolution Job.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the Identity Resolution Job was most recently edited.The error messages that are generated when the Identity Resolution Job runs.The status of the Identity Resolution Job.status
(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.services.customerprofiles.model.CustomerProfilesResponse.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
-
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
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
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 thePENDING
state 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 thePENDING
state 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:
-
-
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 thePENDING
state 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 thePENDING
state 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:
-
-
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.
-
jobStartTime
The timestamp of when the Identity Resolution Job was started or will be started.
- Parameters:
jobStartTime
- The timestamp of when the Identity Resolution Job was started or will be started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobEndTime
The timestamp of when the Identity Resolution Job was completed.
- Parameters:
jobEndTime
- The timestamp of when the Identity Resolution Job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of when the Identity Resolution Job was most recently edited.
- Parameters:
lastUpdatedAt
- The timestamp of when the Identity Resolution Job was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobExpirationTime
The timestamp of when the Identity Resolution Job will expire.
- Parameters:
jobExpirationTime
- The timestamp of when the Identity Resolution Job will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMerging
Configuration settings for how to perform the auto-merging of profiles.
- Parameters:
autoMerging
- Configuration settings for how to perform the auto-merging of profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMerging
default GetIdentityResolutionJobResponse.Builder autoMerging(Consumer<AutoMerging.Builder> autoMerging) Configuration settings for how to perform the auto-merging of profiles.
This is a convenience method that creates an instance of theAutoMerging.Builder
avoiding the need to create one manually viaAutoMerging.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoMerging(AutoMerging)
.- Parameters:
autoMerging
- a consumer that will call methods onAutoMerging.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 GetIdentityResolutionJobResponse.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.Builder
avoiding the need to create one manually viaExportingLocation.builder()
.When the
Consumer
completes,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:
-
jobStats
Statistics about the Identity Resolution Job.
- Parameters:
jobStats
- Statistics about the Identity Resolution Job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStats
Statistics about the Identity Resolution Job.
This is a convenience method that creates an instance of theJobStats.Builder
avoiding the need to create one manually viaJobStats.builder()
.When the
Consumer
completes,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:
-