Interface CreateWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkflowRequest.Builder,,CreateWorkflowRequest> ImagebuilderRequest.Builder,SdkBuilder<CreateWorkflowRequest.Builder,,CreateWorkflowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateWorkflowRequest
-
Method Summary
Modifier and TypeMethodDescriptionchangeDescription(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.clientToken(String clientToken) A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time.The UTF-8 encoded YAML document content for the workflow, up to 16,000 characters.description(String description) Describes the workflow.Validates the required permissions and request parameters without performing the operation.The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource.The name of the workflow to create.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.semanticVersion(String semanticVersion) The semantic version of this workflow resource.Tags that apply to the workflow resource.The image creation stage that this workflow applies to.type(WorkflowType type) The image creation stage that this workflow applies to.Theuriof a YAML workflow document file stored in Amazon S3.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the workflow to create. Image Builder generates the workflow ARN from a normalized form of the name, so names that differ only in case, spaces, or underscores count as the same name. If a workflow with the same name and semantic version already exists in your account in the same Amazon Web Services Region, the request creates a new build version for it. If the content is also identical to the latest build version, the request fails because the workflow already exists.
- Parameters:
name- The name of the workflow to create. Image Builder generates the workflow ARN from a normalized form of the name, so names that differ only in case, spaces, or underscores count as the same name. If a workflow with the same name and semantic version already exists in your account in the same Amazon Web Services Region, the request creates a new build version for it. If the content is also identical to the latest build version, the request fails because the workflow already exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticVersion
The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes, you can assign any positive integer value, including zero. The upper limit is 2^30-1, or 1073741823, for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
- Parameters:
semanticVersion- The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Assignment: For the first three nodes, you can assign any positive integer value, including zero. The upper limit is 2^30-1, or 1073741823, for each node. Image Builder automatically assigns the build number to the fourth node.
Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Describes the workflow.
- Parameters:
description- Describes the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
The UTF-8 encoded YAML document content for the workflow, up to 16,000 characters. For larger documents, store the document in Amazon S3 and specify the
uriproperty instead. You must specify exactly one of thedataoruriproperties.- Parameters:
data- The UTF-8 encoded YAML document content for the workflow, up to 16,000 characters. For larger documents, store the document in Amazon S3 and specify theuriproperty instead. You must specify exactly one of thedataoruriproperties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
The
uriof a YAML workflow document file stored in Amazon S3. This must be an S3 URL (s3://bucket/key), and you must have permission to access the S3 bucket it points to. A workflow document that you provide from Amazon S3 can be up to your service quota for workflow size.Alternatively, you can specify the YAML document inline, using the workflow
dataproperty. You must specify exactly one of thedataoruriproperties.- Parameters:
uri- Theuriof a YAML workflow document file stored in Amazon S3. This must be an S3 URL (s3://bucket/key), and you must have permission to access the S3 bucket it points to. A workflow document that you provide from Amazon S3 can be up to your service quota for workflow size.Alternatively, you can specify the YAML document inline, using the workflow
dataproperty. You must specify exactly one of thedataoruriproperties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide. If you don't specify a key, Image Builder encrypts the workflow document with a KMS key that Image Builder owns.
- Parameters:
kmsKeyId- The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the Key Management Service Developer Guide. If you don't specify a key, Image Builder encrypts the workflow document with a KMS key that Image Builder owns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags that apply to the workflow resource.
- Parameters:
tags- Tags that apply to the workflow resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
- Parameters:
clientToken- A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The image creation stage that this workflow applies to. Image Builder validates the workflow document steps against the stage you specify.
- Parameters:
type- The image creation stage that this workflow applies to. Image Builder validates the workflow document steps against the stage you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The image creation stage that this workflow applies to. Image Builder validates the workflow document steps against the stage you specify.
- Parameters:
type- The image creation stage that this workflow applies to. Image Builder validates the workflow document steps against the stage you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dryRun
Validates the required permissions and request parameters without performing the operation. If validation succeeds, the operation returns a
DryRunOperationExceptionerror response.- Parameters:
dryRun- Validates the required permissions and request parameters without performing the operation. If validation succeeds, the operation returns aDryRunOperationExceptionerror response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-