Class CfnWorkflowDefinitionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.novaact.CfnWorkflowDefinitionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowDefinitionPropsMixin>
- Enclosing class:
CfnWorkflowDefinitionPropsMixin
@Stability(Stable)
public static final class CfnWorkflowDefinitionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowDefinitionPropsMixin>
A fluent builder for
CfnWorkflowDefinitionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) An optional description of the workflow definition's purpose and functionality.Configuration settings for exporting workflow execution data and logs to Amazon S3.exportConfig(IResolvable exportConfig) Configuration settings for exporting workflow execution data and logs to Amazon S3.The name of the workflow definition.
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowDefinitionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkflowDefinitionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkflowDefinitionPropsMixin.Builder.
-
description
An optional description of the workflow definition's purpose and functionality.- Parameters:
description- An optional description of the workflow definition's purpose and functionality. This parameter is required.- Returns:
this- See Also:
-
exportConfig
@Stability(Stable) public CfnWorkflowDefinitionPropsMixin.Builder exportConfig(IResolvable exportConfig) Configuration settings for exporting workflow execution data and logs to Amazon S3.- Parameters:
exportConfig- Configuration settings for exporting workflow execution data and logs to Amazon S3. This parameter is required.- Returns:
this- See Also:
-
exportConfig
@Stability(Stable) public CfnWorkflowDefinitionPropsMixin.Builder exportConfig(CfnWorkflowDefinitionPropsMixin.WorkflowExportConfigProperty exportConfig) Configuration settings for exporting workflow execution data and logs to Amazon S3.- Parameters:
exportConfig- Configuration settings for exporting workflow execution data and logs to Amazon S3. This parameter is required.- Returns:
this- See Also:
-
name
The name of the workflow definition.Must be unique within your account and region.
- Parameters:
name- The name of the workflow definition. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowDefinitionPropsMixin>- Returns:
- a newly built instance of
CfnWorkflowDefinitionPropsMixin.
-