| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
JobTemplate |
JobTemplate.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobTemplate |
JobTemplate.clearTagsEntries()
Removes all the entries added into Tags.
|
JobTemplate |
JobTemplate.clone() |
JobTemplate |
DescribeJobTemplateResult.getJobTemplate()
This output displays information about the specified job template.
|
JobTemplate |
JobTemplate.withArn(String arn)
The ARN of the job template.
|
JobTemplate |
JobTemplate.withCreatedAt(Date createdAt)
The date and time when the job template was created.
|
JobTemplate |
JobTemplate.withCreatedBy(String createdBy)
The user who created the job template.
|
JobTemplate |
JobTemplate.withDecryptionError(String decryptionError)
The error message in case the decryption of job template fails.
|
JobTemplate |
JobTemplate.withId(String id)
The ID of the job template.
|
JobTemplate |
JobTemplate.withJobTemplateData(JobTemplateData jobTemplateData)
The job template data which holds values of StartJobRun API request.
|
JobTemplate |
JobTemplate.withKmsKeyArn(String kmsKeyArn)
The KMS key ARN used to encrypt the job template.
|
JobTemplate |
JobTemplate.withName(String name)
The name of the job template.
|
JobTemplate |
JobTemplate.withTags(Map<String,String> tags)
The tags assigned to the job template.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobTemplate> |
ListJobTemplatesResult.getTemplates()
This output lists information about the specified job templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobTemplateResult.setJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
|
DescribeJobTemplateResult |
DescribeJobTemplateResult.withJobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
|
ListJobTemplatesResult |
ListJobTemplatesResult.withTemplates(JobTemplate... templates)
This output lists information about the specified job templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobTemplatesResult.setTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
ListJobTemplatesResult |
ListJobTemplatesResult.withTemplates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
Copyright © 2024. All rights reserved.