| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowVersion |
WorkflowVersion.clone() |
WorkflowVersion |
WorkflowVersion.withArn(String arn)
The Amazon Resource Name (ARN) of the workflow resource.
|
WorkflowVersion |
WorkflowVersion.withDateCreated(String dateCreated)
The timestamp when Image Builder created the workflow version.
|
WorkflowVersion |
WorkflowVersion.withDescription(String description)
Describes the workflow.
|
WorkflowVersion |
WorkflowVersion.withName(String name)
The name of the workflow.
|
WorkflowVersion |
WorkflowVersion.withOwner(String owner)
The owner of the workflow resource.
|
WorkflowVersion |
WorkflowVersion.withType(String type)
The image creation stage that this workflow applies to.
|
WorkflowVersion |
WorkflowVersion.withType(WorkflowType type)
The image creation stage that this workflow applies to.
|
WorkflowVersion |
WorkflowVersion.withVersion(String version)
The semantic version of the workflow resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowVersion> |
ListWorkflowsResult.getWorkflowVersionList()
A list of workflow build versions that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflowVersionList(WorkflowVersion... workflowVersionList)
A list of workflow build versions that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowsResult.setWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
|
ListWorkflowsResult |
ListWorkflowsResult.withWorkflowVersionList(Collection<WorkflowVersion> workflowVersionList)
A list of workflow build versions that match the request criteria.
|
Copyright © 2024. All rights reserved.