Class JobDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.JobDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
JobDefinitionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
JobDefinitionProps
@Stability(Stable)
@Internal
public static final class JobDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements JobDefinitionProps
An implementation for
JobDefinitionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.JobDefinitionProps
JobDefinitionProps.Builder, JobDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(JobDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theJobDefinitionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of this job definition.The default parameters passed to the container These parameters can be referenced in thecommandthat you give to the container.final NumberThe number of times to retry a job.final List<RetryStrategy> Defines the retry behavior for this job.final NumberThe priority of this Job.final DurationThe timeout time for jobs that are submitted with this job definition.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theJobDefinitionProps.Builder.
-
-
Method Details
-
getJobDefinitionName
Description copied from interface:JobDefinitionPropsThe name of this job definition.Default: - generated by CloudFormation
- Specified by:
getJobDefinitionNamein interfaceJobDefinitionProps
-
getParameters
Description copied from interface:JobDefinitionPropsThe default parameters passed to the container These parameters can be referenced in thecommandthat you give to the container.Default: none
- Specified by:
getParametersin interfaceJobDefinitionProps- See Also:
-
getRetryAttempts
Description copied from interface:JobDefinitionPropsThe number of times to retry a job.The job is retried on failure the same number of attempts as the value.
Default: 1
- Specified by:
getRetryAttemptsin interfaceJobDefinitionProps
-
getRetryStrategies
Description copied from interface:JobDefinitionPropsDefines the retry behavior for this job.Default: - no `RetryStrategy`
- Specified by:
getRetryStrategiesin interfaceJobDefinitionProps
-
getSchedulingPriority
Description copied from interface:JobDefinitionPropsThe priority of this Job.Only used in Fairshare Scheduling to decide which job to run first when there are multiple jobs with the same share identifier.
Default: none
- Specified by:
getSchedulingPriorityin interfaceJobDefinitionProps
-
getTimeout
Description copied from interface:JobDefinitionPropsThe timeout time for jobs that are submitted with this job definition.After the amount of time you specify passes, Batch terminates your jobs if they aren't finished.
Default: - no timeout
- Specified by:
getTimeoutin interfaceJobDefinitionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-