static StartRunRequest.Builder |
StartRunRequest.builder() |
|
StartRunRequest.Builder |
StartRunRequest.Builder.cacheBehavior(String cacheBehavior) |
The cache behavior for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.cacheBehavior(CacheBehavior cacheBehavior) |
The cache behavior for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.cacheId(String cacheId) |
Identifier of the cache associated with this run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.logLevel(String logLevel) |
A log level for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.logLevel(RunLogLevel logLevel) |
A log level for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.name(String name) |
A name for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.outputUri(String outputUri) |
An output URI for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartRunRequest.Builder |
StartRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartRunRequest.Builder |
StartRunRequest.Builder.parameters(Document parameters) |
Parameters for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.priority(Integer priority) |
A priority for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.requestId(String requestIdValue) |
To ensure that requests don't run multiple times, specify a unique ID for each request.
|
StartRunRequest.Builder |
StartRunRequest.Builder.retentionMode(String retentionMode) |
The retention mode for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.retentionMode(RunRetentionMode retentionMode) |
The retention mode for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.roleArn(String roleArn) |
A service role for the run.
|
StartRunRequest.Builder |
StartRunRequest.Builder.runGroupId(String runGroupId) |
The run's group ID.
|
StartRunRequest.Builder |
StartRunRequest.Builder.runId(String runId) |
The ID of a run to duplicate.
|
StartRunRequest.Builder |
StartRunRequest.Builder.storageCapacity(Integer storageCapacity) |
A storage capacity for the run in gibibytes.
|
StartRunRequest.Builder |
StartRunRequest.Builder.storageType(String storageType) |
The run's storage type.
|
StartRunRequest.Builder |
StartRunRequest.Builder.storageType(StorageType storageType) |
The run's storage type.
|
StartRunRequest.Builder |
StartRunRequest.Builder.tags(Map<String,String> tags) |
Tags for the run.
|
StartRunRequest.Builder |
StartRunRequest.toBuilder() |
|
StartRunRequest.Builder |
StartRunRequest.Builder.workflowId(String workflowId) |
The run's workflow ID.
|
StartRunRequest.Builder |
StartRunRequest.Builder.workflowOwnerId(String workflowOwnerId) |
The ID of the workflow owner.
|
StartRunRequest.Builder |
StartRunRequest.Builder.workflowType(String workflowType) |
The run's workflow type.
|
StartRunRequest.Builder |
StartRunRequest.Builder.workflowType(WorkflowType workflowType) |
The run's workflow type.
|