| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
Workflow.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Workflow |
Workflow.clearTagsEntries()
Removes all the entries added into Tags.
|
Workflow |
Workflow.clone() |
Workflow |
GetWorkflowResult.getWorkflow()
The workflow resource specified in the request.
|
Workflow |
Workflow.withArn(String arn)
The Amazon Resource Name (ARN) of the workflow resource.
|
Workflow |
Workflow.withChangeDescription(String changeDescription)
Describes what change has been made in this version of the workflow, or what makes this version different from
other versions of the workflow.
|
Workflow |
Workflow.withData(String data)
Contains the YAML document content for the workflow.
|
Workflow |
Workflow.withDateCreated(String dateCreated)
The timestamp when Image Builder created the workflow resource.
|
Workflow |
Workflow.withDescription(String description)
The description of the workflow.
|
Workflow |
Workflow.withKmsKeyId(String kmsKeyId)
The KMS key identifier used to encrypt the workflow resource.
|
Workflow |
Workflow.withName(String name)
The name of the workflow resource.
|
Workflow |
Workflow.withOwner(String owner)
The owner of the workflow resource.
|
Workflow |
Workflow.withParameters(Collection<WorkflowParameterDetail> parameters)
An array of input parameters that that the image workflow uses to control actions or configure settings.
|
Workflow |
Workflow.withParameters(WorkflowParameterDetail... parameters)
An array of input parameters that that the image workflow uses to control actions or configure settings.
|
Workflow |
Workflow.withState(WorkflowState state)
Describes the current status of the workflow and the reason for that status.
|
Workflow |
Workflow.withTags(Map<String,String> tags)
The tags that apply to the workflow resource
|
Workflow |
Workflow.withType(String type)
Specifies the image creation stage that the workflow applies to.
|
Workflow |
Workflow.withType(WorkflowType type)
Specifies the image creation stage that the workflow applies to.
|
Workflow |
Workflow.withVersion(String version)
The workflow resource version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetWorkflowResult.setWorkflow(Workflow workflow)
The workflow resource specified in the request.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflow(Workflow workflow)
The workflow resource specified in the request.
|
Copyright © 2024. All rights reserved.