Uses of Class
software.amazon.awscdk.services.batch.EcsJobDefinition.Builder
Packages that use EcsJobDefinition.Builder
-
Uses of EcsJobDefinition.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return EcsJobDefinition.BuilderModifier and TypeMethodDescriptionEcsJobDefinition.Builder.container(IEcsContainerDefinition container) The container that this job will run.static EcsJobDefinition.BuilderEcsJobDefinition.Builder.jobDefinitionName(String jobDefinitionName) The name of this job definition.EcsJobDefinition.Builder.parameters(Map<String, ? extends Object> parameters) The default parameters passed to the container These parameters can be referenced in thecommandthat you give to the container.EcsJobDefinition.Builder.propagateTags(Boolean propagateTags) Whether to propagate tags from the JobDefinition to the ECS task that Batch spawns.EcsJobDefinition.Builder.retryAttempts(Number retryAttempts) The number of times to retry a job.EcsJobDefinition.Builder.retryStrategies(List<? extends RetryStrategy> retryStrategies) Defines the retry behavior for this job.EcsJobDefinition.Builder.schedulingPriority(Number schedulingPriority) The priority of this Job.The timeout time for jobs that are submitted with this job definition.