WorkflowSummary.Builder |
WorkflowSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the workflow resource.
|
static WorkflowSummary.Builder |
WorkflowSummary.builder() |
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.changeDescription(String changeDescription) |
The change description for the current version of the workflow resource.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.dateCreated(String dateCreated) |
The original creation date of the workflow resource.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.description(String description) |
Describes the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.name(String name) |
The name of the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.owner(String owner) |
The owner of the workflow resource.
|
default WorkflowSummary.Builder |
WorkflowSummary.Builder.state(Consumer<WorkflowState.Builder> state) |
Describes the current state of the workflow resource.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.state(WorkflowState state) |
Describes the current state of the workflow resource.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.tags(Map<String,String> tags) |
Contains a list of tags that are defined for the workflow.
|
WorkflowSummary.Builder |
WorkflowSummary.toBuilder() |
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.type(String type) |
The image creation stage that this workflow applies to.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.type(WorkflowType type) |
The image creation stage that this workflow applies to.
|
WorkflowSummary.Builder |
WorkflowSummary.Builder.version(String version) |
The version of the workflow.
|