public static interface BatchSegmentJob.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJob.Builder,BatchSegmentJob>
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJob.Builder |
batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
|
BatchSegmentJob.Builder |
creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
|
BatchSegmentJob.Builder |
failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
|
BatchSegmentJob.Builder |
filterArn(String filterArn)
The ARN of the filter used on the batch segment job.
|
BatchSegmentJob.Builder |
jobInput(BatchSegmentJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
|
default BatchSegmentJob.Builder |
jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
|
BatchSegmentJob.Builder |
jobName(String jobName)
The name of the batch segment job.
|
BatchSegmentJob.Builder |
jobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
default BatchSegmentJob.Builder |
jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
BatchSegmentJob.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job last updated.
|
BatchSegmentJob.Builder |
numResults(Integer numResults)
The number of predicted users generated by the batch segment job for each line of input data.
|
BatchSegmentJob.Builder |
roleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
|
BatchSegmentJob.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch
segments.
|
BatchSegmentJob.Builder |
status(String status)
The status of the batch segment job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchSegmentJob.Builder jobName(String jobName)
The name of the batch segment job.
jobName - The name of the batch segment job.BatchSegmentJob.Builder batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
batchSegmentJobArn - The Amazon Resource Name (ARN) of the batch segment job.BatchSegmentJob.Builder filterArn(String filterArn)
The ARN of the filter used on the batch segment job.
filterArn - The ARN of the filter used on the batch segment job.BatchSegmentJob.Builder failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
failureReason - If the batch segment job failed, the reason for the failure.BatchSegmentJob.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch
segments.BatchSegmentJob.Builder numResults(Integer numResults)
The number of predicted users generated by the batch segment job for each line of input data.
numResults - The number of predicted users generated by the batch segment job for each line of input data.BatchSegmentJob.Builder jobInput(BatchSegmentJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
jobInput - The Amazon S3 path that leads to the input data used to generate the batch segment job.default BatchSegmentJob.Builder jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)
The Amazon S3 path that leads to the input data used to generate the batch segment job.
This is a convenience method that creates an instance of theBatchSegmentJobInput.Builder avoiding
the need to create one manually via BatchSegmentJobInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobInput(BatchSegmentJobInput).
jobInput - a consumer that will call methods on BatchSegmentJobInput.BuilderjobInput(BatchSegmentJobInput)BatchSegmentJob.Builder jobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
jobOutput - The Amazon S3 bucket that contains the output data generated by the batch segment job.default BatchSegmentJob.Builder jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
This is a convenience method that creates an instance of theBatchSegmentJobOutput.Builder avoiding
the need to create one manually via BatchSegmentJobOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobOutput(BatchSegmentJobOutput).
jobOutput - a consumer that will call methods on BatchSegmentJobOutput.BuilderjobOutput(BatchSegmentJobOutput)BatchSegmentJob.Builder roleArn(String roleArn)
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
roleArn - The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.BatchSegmentJob.Builder status(String status)
The status of the batch segment job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status - The status of the batch segment job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
BatchSegmentJob.Builder creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
creationDateTime - The time at which the batch segment job was created.BatchSegmentJob.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job last updated.
lastUpdatedDateTime - The time at which the batch segment job last updated.Copyright © 2023. All rights reserved.