| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowSummary |
WorkflowSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
WorkflowSummary |
WorkflowSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
WorkflowSummary |
WorkflowSummary.clone() |
WorkflowSummary |
WorkflowSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the workflow resource.
|
WorkflowSummary |
WorkflowSummary.withChangeDescription(String changeDescription)
The change description for the current version of the workflow resource.
|
WorkflowSummary |
WorkflowSummary.withDateCreated(String dateCreated)
The original creation date of the workflow resource.
|
WorkflowSummary |
WorkflowSummary.withDescription(String description)
Describes the workflow.
|
WorkflowSummary |
WorkflowSummary.withName(String name)
The name of the workflow.
|
WorkflowSummary |
WorkflowSummary.withOwner(String owner)
The owner of the workflow resource.
|
WorkflowSummary |
WorkflowSummary.withState(WorkflowState state)
Describes the current state of the workflow resource.
|
WorkflowSummary |
WorkflowSummary.withTags(Map<String,String> tags)
Contains a list of tags that are defined for the workflow.
|
WorkflowSummary |
WorkflowSummary.withType(String type)
The image creation stage that this workflow applies to.
|
WorkflowSummary |
WorkflowSummary.withType(WorkflowType type)
The image creation stage that this workflow applies to.
|
WorkflowSummary |
WorkflowSummary.withVersion(String version)
The version of the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowSummary> |
ListWorkflowBuildVersionsResult.getWorkflowSummaryList()
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.withWorkflowSummaryList(WorkflowSummary... workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowBuildVersionsResult.setWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
ListWorkflowBuildVersionsResult |
ListWorkflowBuildVersionsResult.withWorkflowSummaryList(Collection<WorkflowSummary> workflowSummaryList)
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the
request.
|
Copyright © 2023. All rights reserved.