@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:02.073Z") @Stability(value=Experimental) public class BatchJob extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchJob.Builder
(experimental) A fluent builder for
BatchJob. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
BatchJob(IJobQueue jobQueue,
IJobDefinition jobDefinition) |
|
BatchJob(IJobQueue jobQueue,
IJobDefinition jobDefinition,
BatchJobProps props) |
protected |
BatchJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BatchJob(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule rule)
(experimental) Returns a RuleTarget that can be used to trigger queue this batch job as a result from an EventBridge event.
|
RuleTargetConfig |
bind(IRule rule,
String _id)
(experimental) Returns a RuleTarget that can be used to trigger queue this batch job as a result from an EventBridge event.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BatchJob(software.amazon.jsii.JsiiObjectRef objRef)
protected BatchJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public BatchJob(@NotNull
IJobQueue jobQueue,
@NotNull
IJobDefinition jobDefinition,
@Nullable
BatchJobProps props)
jobQueue - This parameter is required.jobDefinition - This parameter is required.props - @Stability(value=Experimental)
public BatchJob(@NotNull
IJobQueue jobQueue,
@NotNull
IJobDefinition jobDefinition)
jobQueue - This parameter is required.jobDefinition - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule, @Nullable String _id)
bind in interface IRuleTargetrule - This parameter is required._id - @Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule)
bind in interface IRuleTargetrule - This parameter is required.Copyright © 2021. All rights reserved.