| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobDefinition |
JobDefinition.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
JobDefinition |
JobDefinition.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobDefinition |
JobDefinition.clearParametersEntries()
Removes all the entries added into Parameters.
|
JobDefinition |
JobDefinition.clearTagsEntries()
Removes all the entries added into Tags.
|
JobDefinition |
JobDefinition.clone() |
JobDefinition |
JobDefinition.withContainerProperties(ContainerProperties containerProperties)
An object with various properties specific to container-based jobs.
|
JobDefinition |
JobDefinition.withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) for the job definition.
|
JobDefinition |
JobDefinition.withJobDefinitionName(String jobDefinitionName)
The name of the job definition.
|
JobDefinition |
JobDefinition.withNodeProperties(NodeProperties nodeProperties)
An object with various properties specific to multi-node parallel jobs.
|
JobDefinition |
JobDefinition.withParameters(Map<String,String> parameters)
Default parameters or parameter substitution placeholders that are set in the job definition.
|
JobDefinition |
JobDefinition.withPlatformCapabilities(Collection<String> platformCapabilities)
The platform capabilities required by the job definition.
|
JobDefinition |
JobDefinition.withPlatformCapabilities(PlatformCapability... platformCapabilities)
The platform capabilities required by the job definition.
|
JobDefinition |
JobDefinition.withPlatformCapabilities(String... platformCapabilities)
The platform capabilities required by the job definition.
|
JobDefinition |
JobDefinition.withPropagateTags(Boolean propagateTags)
Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task.
|
JobDefinition |
JobDefinition.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs that are submitted with this job definition.
|
JobDefinition |
JobDefinition.withRevision(Integer revision)
The revision of the job definition.
|
JobDefinition |
JobDefinition.withStatus(String status)
The status of the job definition.
|
JobDefinition |
JobDefinition.withTags(Map<String,String> tags)
The tags applied to the job definition.
|
JobDefinition |
JobDefinition.withTimeout(JobTimeout timeout)
The timeout configuration for jobs that are submitted with this job definition.
|
JobDefinition |
JobDefinition.withType(String type)
The type of job definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobDefinition> |
DescribeJobDefinitionsResult.getJobDefinitions()
The list of job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobDefinitionsResult |
DescribeJobDefinitionsResult.withJobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobDefinitionsResult.setJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
DescribeJobDefinitionsResult |
DescribeJobDefinitionsResult.withJobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
Copyright © 2021. All rights reserved.