WorkflowVersion.Builder |
WorkflowVersion.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the workflow resource.
|
static WorkflowVersion.Builder |
WorkflowVersion.builder() |
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.dateCreated(String dateCreated) |
The timestamp when Image Builder created the workflow version.
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.description(String description) |
Describes the workflow.
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.name(String name) |
The name of the workflow.
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.owner(String owner) |
The owner of the workflow resource.
|
WorkflowVersion.Builder |
WorkflowVersion.toBuilder() |
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.type(String type) |
The image creation stage that this workflow applies to.
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.type(WorkflowType type) |
The image creation stage that this workflow applies to.
|
WorkflowVersion.Builder |
WorkflowVersion.Builder.version(String version) |
The semantic version of the workflow resource.
|