@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.402Z") @Stability(value=Deprecated) @Deprecated public interface RunBatchJobProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunBatchJobProps.Builder
Deprecated.
|
static class |
RunBatchJobProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RunBatchJobProps.Builder |
builder()
Deprecated.
|
default Number |
getArraySize()
Deprecated.
|
default Number |
getAttempts()
Deprecated.
|
default ContainerOverrides |
getContainerOverrides()
Deprecated.
|
default List<JobDependency> |
getDependsOn()
Deprecated.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
|
IJobDefinition |
getJobDefinition()
Deprecated.
|
String |
getJobName()
Deprecated.
|
IJobQueue |
getJobQueue()
Deprecated.
|
default Map<String,Object> |
getPayload()
Deprecated.
|
default Duration |
getTimeout()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull IJobDefinition getJobDefinition()
@Stability(value=Deprecated) @Deprecated @NotNull String getJobName()
The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
@Stability(value=Deprecated) @Deprecated @NotNull IJobQueue getJobQueue()
@Stability(value=Deprecated) @Deprecated @Nullable default Number getArraySize()
If you specify array properties for a job, it becomes an array job. For more information, see Array Jobs in the AWS Batch User Guide.
Default: - No array size
@Stability(value=Deprecated) @Deprecated @Nullable default Number getAttempts()
You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.
Default: - 1
@Stability(value=Deprecated) @Deprecated @Nullable default ContainerOverrides getContainerOverrides()
Default: - No container overrides
https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html#Batch-SubmitJob-request-containerOverrides@Stability(value=Deprecated) @Deprecated @Nullable default List<JobDependency> getDependsOn()
A job can depend upon a maximum of 20 jobs.
Default: - No dependencies
https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html#Batch-SubmitJob-request-dependsOn@Stability(value=Deprecated) @Deprecated @Nullable default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
@Stability(value=Deprecated) @Deprecated @Nullable default Map<String,Object> getPayload()
Default: - No parameters are passed
@Stability(value=Deprecated) @Deprecated @Nullable default Duration getTimeout()
The minimum value for the timeout is 60 seconds.
Default: - No timeout
https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html#Batch-SubmitJob-request-timeout@Stability(value=Deprecated) @Deprecated static RunBatchJobProps.Builder builder()
RunBatchJobProps.Builder of RunBatchJobPropsCopyright © 2020. All rights reserved.