Interface BatchSegmentJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>,SdkBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>,SdkPojo
- Enclosing class:
- BatchSegmentJobSummary
public static interface BatchSegmentJobSummary.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchSegmentJobSummary.BuilderbatchSegmentJobArn(String batchSegmentJobArn)The Amazon Resource Name (ARN) of the batch segment job.BatchSegmentJobSummary.BuildercreationDateTime(Instant creationDateTime)The time at which the batch segment job was created.BatchSegmentJobSummary.BuilderfailureReason(String failureReason)If the batch segment job failed, the reason for the failure.BatchSegmentJobSummary.BuilderjobName(String jobName)The name of the batch segment job.BatchSegmentJobSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The time at which the batch segment job was last updated.BatchSegmentJobSummary.BuildersolutionVersionArn(String solutionVersionArn)The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.BatchSegmentJobSummary.Builderstatus(String status)The status of the batch segment 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
batchSegmentJobArn
BatchSegmentJobSummary.Builder batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
- Parameters:
batchSegmentJobArn- The Amazon Resource Name (ARN) of the batch segment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
BatchSegmentJobSummary.Builder jobName(String jobName)
The name of the batch segment job.
- Parameters:
jobName- The name of the batch segment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
BatchSegmentJobSummary.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
- Parameters:
status- The status of the batch segment job. The status is one of the following values:-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
creationDateTime
BatchSegmentJobSummary.Builder creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
- Parameters:
creationDateTime- The time at which the batch segment job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
BatchSegmentJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job was last updated.
- Parameters:
lastUpdatedDateTime- The time at which the batch segment job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
BatchSegmentJobSummary.Builder failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
- Parameters:
failureReason- If the batch segment job failed, the reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionVersionArn
BatchSegmentJobSummary.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
- Parameters:
solutionVersionArn- The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-