Workflow.Builder |
Workflow.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the workflow resource.
|
static Workflow.Builder |
Workflow.builder() |
|
Workflow.Builder |
Workflow.Builder.changeDescription(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.Builder |
Workflow.Builder.data(String data) |
Contains the YAML document content for the workflow.
|
Workflow.Builder |
Workflow.Builder.dateCreated(String dateCreated) |
The timestamp when Image Builder created the workflow resource.
|
Workflow.Builder |
Workflow.Builder.description(String description) |
The description of the workflow.
|
Workflow.Builder |
Workflow.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier used to encrypt the workflow resource.
|
Workflow.Builder |
Workflow.Builder.name(String name) |
The name of the workflow resource.
|
Workflow.Builder |
Workflow.Builder.owner(String owner) |
The owner of the workflow resource.
|
Workflow.Builder |
Workflow.Builder.parameters(Collection<WorkflowParameterDetail> parameters) |
An array of input parameters that that the image workflow uses to control actions or configure settings.
|
Workflow.Builder |
Workflow.Builder.parameters(Consumer<WorkflowParameterDetail.Builder>... parameters) |
An array of input parameters that that the image workflow uses to control actions or configure settings.
|
Workflow.Builder |
Workflow.Builder.parameters(WorkflowParameterDetail... parameters) |
An array of input parameters that that the image workflow uses to control actions or configure settings.
|
default Workflow.Builder |
Workflow.Builder.state(Consumer<WorkflowState.Builder> state) |
Describes the current status of the workflow and the reason for that status.
|
Workflow.Builder |
Workflow.Builder.state(WorkflowState state) |
Describes the current status of the workflow and the reason for that status.
|
Workflow.Builder |
Workflow.Builder.tags(Map<String,String> tags) |
The tags that apply to the workflow resource
|
Workflow.Builder |
Workflow.toBuilder() |
|
Workflow.Builder |
Workflow.Builder.type(String type) |
Specifies the image creation stage that the workflow applies to.
|
Workflow.Builder |
Workflow.Builder.type(WorkflowType type) |
Specifies the image creation stage that the workflow applies to.
|
Workflow.Builder |
Workflow.Builder.version(String version) |
The workflow resource version.
|