Class CfnWorkflowDefinitionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.novaact.CfnWorkflowDefinitionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowDefinitionMixinProps>
- Enclosing interface:
CfnWorkflowDefinitionMixinProps
@Stability(Stable)
public static final class CfnWorkflowDefinitionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowDefinitionMixinProps>
A builder for
CfnWorkflowDefinitionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnWorkflowDefinitionMixinProps.getDescription()Sets the value ofCfnWorkflowDefinitionMixinProps.getExportConfig()exportConfig(IResolvable exportConfig) Sets the value ofCfnWorkflowDefinitionMixinProps.getExportConfig()Sets the value ofCfnWorkflowDefinitionMixinProps.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnWorkflowDefinitionMixinProps.getDescription()- Parameters:
description- An optional description of the workflow definition's purpose and functionality.- Returns:
this
-
exportConfig
@Stability(Stable) public CfnWorkflowDefinitionMixinProps.Builder exportConfig(IResolvable exportConfig) Sets the value ofCfnWorkflowDefinitionMixinProps.getExportConfig()- Parameters:
exportConfig- Configuration settings for exporting workflow execution data and logs to Amazon S3.- Returns:
this
-
exportConfig
@Stability(Stable) public CfnWorkflowDefinitionMixinProps.Builder exportConfig(CfnWorkflowDefinitionPropsMixin.WorkflowExportConfigProperty exportConfig) Sets the value ofCfnWorkflowDefinitionMixinProps.getExportConfig()- Parameters:
exportConfig- Configuration settings for exporting workflow execution data and logs to Amazon S3.- Returns:
this
-
name
Sets the value ofCfnWorkflowDefinitionMixinProps.getName()- Parameters:
name- The name of the workflow definition. Must be unique within your account and region.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowDefinitionMixinProps>- Returns:
- a new instance of
CfnWorkflowDefinitionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-