public static interface FraudsterRegistrationJobSummary.Builder extends SdkPojo, CopyableBuilder<FraudsterRegistrationJobSummary.Builder,FraudsterRegistrationJobSummary>
| Modifier and Type | Method and Description |
|---|---|
FraudsterRegistrationJobSummary.Builder |
createdAt(Instant createdAt)
A timestamp of when the fraudster registration job was created.
|
FraudsterRegistrationJobSummary.Builder |
domainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
|
FraudsterRegistrationJobSummary.Builder |
endedAt(Instant endedAt)
A timestamp of when the fraudster registration job ended.
|
default FraudsterRegistrationJobSummary.Builder |
failureDetails(Consumer<FailureDetails.Builder> failureDetails)
Contains details that are populated when an entire batch job fails.
|
FraudsterRegistrationJobSummary.Builder |
failureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails.
|
FraudsterRegistrationJobSummary.Builder |
jobId(String jobId)
The service-generated identifier for the fraudster registration job.
|
FraudsterRegistrationJobSummary.Builder |
jobName(String jobName)
The client-provided name for the fraudster registration job.
|
default FraudsterRegistrationJobSummary.Builder |
jobProgress(Consumer<JobProgress.Builder> jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJobSummary.Builder |
jobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
|
FraudsterRegistrationJobSummary.Builder |
jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
|
FraudsterRegistrationJobSummary.Builder |
jobStatus(String jobStatus)
The current status of the fraudster registration job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFraudsterRegistrationJobSummary.Builder createdAt(Instant createdAt)
A timestamp of when the fraudster registration job was created.
createdAt - A timestamp of when the fraudster registration job was created.FraudsterRegistrationJobSummary.Builder domainId(String domainId)
The identifier of the domain that contains the fraudster registration job.
domainId - The identifier of the domain that contains the fraudster registration job.FraudsterRegistrationJobSummary.Builder endedAt(Instant endedAt)
A timestamp of when the fraudster registration job ended.
endedAt - A timestamp of when the fraudster registration job ended.FraudsterRegistrationJobSummary.Builder failureDetails(FailureDetails failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
failureDetails - Contains details that are populated when an entire batch job fails. In cases of individual
registration job failures, the batch job as a whole doesn't fail; it is completed with a
JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to
identify the individual registration requests that failed.default FraudsterRegistrationJobSummary.Builder failureDetails(Consumer<FailureDetails.Builder> failureDetails)
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
FailureDetails.Builder avoiding the need
to create one manually via FailureDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to failureDetails(FailureDetails).
failureDetails - a consumer that will call methods on FailureDetails.BuilderfailureDetails(FailureDetails)FraudsterRegistrationJobSummary.Builder jobId(String jobId)
The service-generated identifier for the fraudster registration job.
jobId - The service-generated identifier for the fraudster registration job.FraudsterRegistrationJobSummary.Builder jobName(String jobName)
The client-provided name for the fraudster registration job.
jobName - The client-provided name for the fraudster registration job.FraudsterRegistrationJobSummary.Builder jobProgress(JobProgress jobProgress)
Shows the completed percentage of registration requests listed in the input file.
jobProgress - Shows the completed percentage of registration requests listed in the input file.default FraudsterRegistrationJobSummary.Builder jobProgress(Consumer<JobProgress.Builder> jobProgress)
Shows the completed percentage of registration requests listed in the input file.
This is a convenience method that creates an instance of theJobProgress.Builder avoiding the need to
create one manually via JobProgress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobProgress(JobProgress).
jobProgress - a consumer that will call methods on JobProgress.BuilderjobProgress(JobProgress)FraudsterRegistrationJobSummary.Builder jobStatus(String jobStatus)
The current status of the fraudster registration job.
jobStatus - The current status of the fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusFraudsterRegistrationJobSummary.Builder jobStatus(FraudsterRegistrationJobStatus jobStatus)
The current status of the fraudster registration job.
jobStatus - The current status of the fraudster registration job.FraudsterRegistrationJobStatus,
FraudsterRegistrationJobStatusCopyright © 2023. All rights reserved.