@Stability(value=Experimental) @Internal public static final class BatchJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BatchJobProps
BatchJobPropssoftware.amazon.jsii.JsiiObject.InitializationModeBatchJobProps.Builder, BatchJobProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number attempts,
RuleTargetInput event,
String jobName,
Number size)
Constructor that initializes the object based on literal property values passed by the
BatchJobProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAttempts()
(experimental) The number of times to attempt to retry, if the job fails.
|
RuleTargetInput |
getEvent()
(experimental) The event to send to the Lambda.
|
String |
getJobName()
(experimental) The name of the submitted job.
|
Number |
getSize()
(experimental) The size of the array, if this is an array batch job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number attempts, RuleTargetInput event, String jobName, Number size)
BatchJobProps.Builder.public final Number getAttempts()
BatchJobPropsValid values are 1–10.
Default: no retryStrategy is set
getAttempts in interface BatchJobPropspublic final RuleTargetInput getEvent()
BatchJobPropsThis will be the payload sent to the Lambda Function.
Default: the entire EventBridge event
getEvent in interface BatchJobPropspublic final String getJobName()
BatchJobPropsDefault: - Automatically generated
getJobName in interface BatchJobPropspublic final Number getSize()
BatchJobPropsValid values are integers between 2 and 10,000.
Default: no arrayProperties are set
getSize in interface BatchJobProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.