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