@Stability(value=Stable) public static final class CfnRule.BatchParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.BatchParametersProperty>
CfnRule.BatchParametersProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder jobDefinition(String jobDefinition)
CfnRule.BatchParametersProperty.getJobDefinition()jobDefinition - The ARN or name of the job definition to use if the event target is an AWS Batch job. This parameter is required.
This job definition must already exist.this@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder jobName(String jobName)
CfnRule.BatchParametersProperty.getJobName()jobName - The name to use for this execution of the job, if the target is an AWS Batch job. This parameter is required.this@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder arrayProperties(CfnRule.BatchArrayPropertiesProperty arrayProperties)
CfnRule.BatchParametersProperty.getArrayProperties()arrayProperties - The array properties for the submitted job, such as the size of the array.
The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job.this@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder arrayProperties(IResolvable arrayProperties)
CfnRule.BatchParametersProperty.getArrayProperties()arrayProperties - The array properties for the submitted job, such as the size of the array.
The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job.this@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder retryStrategy(CfnRule.BatchRetryStrategyProperty retryStrategy)
CfnRule.BatchParametersProperty.getRetryStrategy()retryStrategy - The retry strategy to use for failed jobs, if the target is an AWS Batch job.
The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.this@Stability(value=Stable) public CfnRule.BatchParametersProperty.Builder retryStrategy(IResolvable retryStrategy)
CfnRule.BatchParametersProperty.getRetryStrategy()retryStrategy - The retry strategy to use for failed jobs, if the target is an AWS Batch job.
The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.this@Stability(value=Stable) public CfnRule.BatchParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.BatchParametersProperty>CfnRule.BatchParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.