Class CfnWorkflowDefinition.Builder
java.lang.Object
software.amazon.awscdk.services.novaact.CfnWorkflowDefinition.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowDefinition>
- Enclosing class:
CfnWorkflowDefinition
@Stability(Stable)
public static final class CfnWorkflowDefinition.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowDefinition>
A fluent builder for
CfnWorkflowDefinition.-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) An optional description of the workflow definition's purpose and functionality.exportConfig(IResolvable exportConfig) Configuration settings for exporting workflow execution data and logs to Amazon S3.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 CfnWorkflowDefinition.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnWorkflowDefinition.Builder.
-
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:
-
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
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 CfnWorkflowDefinition.Builder exportConfig(CfnWorkflowDefinition.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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowDefinition>- Returns:
- a newly built instance of
CfnWorkflowDefinition.
-