static CreateWorkflowRequest.Builder |
CreateWorkflowRequest.builder() |
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.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.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.data(String data) |
Contains the UTF-8 encoded YAML document content for the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.description(String description) |
Describes the workflow.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.kmsKeyId(String kmsKeyId) |
The ID of the KMS key that is used to encrypt this workflow resource.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.name(String name) |
The name of the workflow to create.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.semanticVersion(String semanticVersion) |
The semantic version of this workflow resource.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.tags(Map<String,String> tags) |
Tags that apply to the workflow resource.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.toBuilder() |
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.type(String type) |
The phase in the image build process for which the workflow resource is responsible.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.type(WorkflowType type) |
The phase in the image build process for which the workflow resource is responsible.
|
CreateWorkflowRequest.Builder |
CreateWorkflowRequest.Builder.uri(String uri) |
The uri of a YAML component document file.
|