Class CfnWorkflowPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin>
- Enclosing class:
CfnWorkflowPropsMixin
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin>
A fluent builder for
CfnWorkflowPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) definitionS3Location(CfnWorkflowPropsMixin.S3LocationProperty definitionS3Location) definitionS3Location(IResolvable definitionS3Location) description(String description) encryptionConfiguration(CfnWorkflowPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) encryptionConfiguration(IResolvable encryptionConfiguration) loggingConfiguration(CfnWorkflowPropsMixin.LoggingConfigurationProperty loggingConfiguration) loggingConfiguration(IResolvable loggingConfiguration) networkConfiguration(CfnWorkflowPropsMixin.NetworkConfigurationProperty networkConfiguration) networkConfiguration(IResolvable networkConfiguration) A map of key-value pairs to be applied as tags.triggerMode(String triggerMode)
-
Method Details
-
create
@Stability(Stable) public static CfnWorkflowPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWorkflowPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWorkflowPropsMixin.Builder.
-
definitionS3Location
@Stability(Stable) public CfnWorkflowPropsMixin.Builder definitionS3Location(IResolvable definitionS3Location) - Parameters:
definitionS3Location- This parameter is required.- Returns:
this- See Also:
-
definitionS3Location
@Stability(Stable) public CfnWorkflowPropsMixin.Builder definitionS3Location(CfnWorkflowPropsMixin.S3LocationProperty definitionS3Location) - Parameters:
definitionS3Location- This parameter is required.- Returns:
this- See Also:
-
description
- Parameters:
description- This parameter is required.- Returns:
this- See Also:
-
encryptionConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder encryptionConfiguration(IResolvable encryptionConfiguration) - Parameters:
encryptionConfiguration- This parameter is required.- Returns:
this- See Also:
-
encryptionConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder encryptionConfiguration(CfnWorkflowPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) - Parameters:
encryptionConfiguration- This parameter is required.- Returns:
this- See Also:
-
loggingConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder loggingConfiguration(IResolvable loggingConfiguration) - Parameters:
loggingConfiguration- This parameter is required.- Returns:
this- See Also:
-
loggingConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder loggingConfiguration(CfnWorkflowPropsMixin.LoggingConfigurationProperty loggingConfiguration) - Parameters:
loggingConfiguration- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder networkConfiguration(IResolvable networkConfiguration) - Parameters:
networkConfiguration- This parameter is required.- Returns:
this- See Also:
-
networkConfiguration
@Stability(Stable) public CfnWorkflowPropsMixin.Builder networkConfiguration(CfnWorkflowPropsMixin.NetworkConfigurationProperty networkConfiguration) - Parameters:
networkConfiguration- This parameter is required.- Returns:
this- See Also:
-
roleArn
- Parameters:
roleArn- This parameter is required.- Returns:
this- See Also:
-
tags
A map of key-value pairs to be applied as tags.- Parameters:
tags- A map of key-value pairs to be applied as tags. This parameter is required.- Returns:
this- See Also:
-
triggerMode
- Parameters:
triggerMode- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin>- Returns:
- a newly built instance of
CfnWorkflowPropsMixin.
-