StartRunBatchRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional user-friendly name for the run batch.

Link copied to clipboard

The individual run configurations. Specify exactly one of inlineSettings or s3UriSettings. See BatchRunSettings.

Link copied to clipboard

Shared configuration applied to all runs in the batch. See DefaultRunSetting.

Link copied to clipboard

A client token used to deduplicate retry requests and prevent duplicate batches from being created.

Link copied to clipboard

AWS tags to associate with the batch resource. These tags are not inherited by individual runs. To tag individual runs, use defaultRunSetting.runTags.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String