public static interface SimulationJobBatchSummary.Builder extends SdkPojo, CopyableBuilder<SimulationJobBatchSummary.Builder,SimulationJobBatchSummary>
| Modifier and Type | Method and Description |
|---|---|
SimulationJobBatchSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the batch.
|
SimulationJobBatchSummary.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
SimulationJobBatchSummary.Builder |
createdRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
|
SimulationJobBatchSummary.Builder |
failedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
|
SimulationJobBatchSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
SimulationJobBatchSummary.Builder |
pendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
|
SimulationJobBatchSummary.Builder |
status(SimulationJobBatchStatus status)
The status of the simulation job batch.
|
SimulationJobBatchSummary.Builder |
status(String status)
The status of the simulation job batch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationJobBatchSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the batch.
arn - The Amazon Resource Name (ARN) of the batch.SimulationJobBatchSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the simulation job batch was last updated.SimulationJobBatchSummary.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
createdAt - The time, in milliseconds since the epoch, when the simulation job batch was created.SimulationJobBatchSummary.Builder status(String status)
The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests
in the batch and none of the failed simulation job requests are due to InternalServiceError and
(2) when all created simulation jobs have reached a terminal state (for example, Completed or
Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such
failing request, the batch status will be TimedOut.
The simulation batch job timed out.
status - The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job
requests in the batch and none of the failed simulation job requests are due to
InternalServiceError and (2) when all created simulation jobs have reached a terminal
state (for example, Completed or Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure
(like InternalServiceError), the batch status will be Failed. If there are
no such failing request, the batch status will be TimedOut.
The simulation batch job timed out.
SimulationJobBatchStatus,
SimulationJobBatchStatusSimulationJobBatchSummary.Builder status(SimulationJobBatchStatus status)
The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests
in the batch and none of the failed simulation job requests are due to InternalServiceError and
(2) when all created simulation jobs have reached a terminal state (for example, Completed or
Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such
failing request, the batch status will be TimedOut.
The simulation batch job timed out.
status - The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job
requests in the batch and none of the failed simulation job requests are due to
InternalServiceError and (2) when all created simulation jobs have reached a terminal
state (for example, Completed or Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure
(like InternalServiceError), the batch status will be Failed. If there are
no such failing request, the batch status will be TimedOut.
The simulation batch job timed out.
SimulationJobBatchStatus,
SimulationJobBatchStatusSimulationJobBatchSummary.Builder failedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
failedRequestCount - The number of failed simulation job requests.SimulationJobBatchSummary.Builder pendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
pendingRequestCount - The number of pending simulation job requests.SimulationJobBatchSummary.Builder createdRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
createdRequestCount - The number of created simulation job requests.Copyright © 2023. All rights reserved.