Class CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty>
- Enclosing interface:
CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty
@Stability(Stable)
public static final class CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.mwaaEnvironmentName(String mwaaEnvironmentName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mwaaEnvironmentName
@Stability(Stable) public CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty.Builder mwaaEnvironmentName(String mwaaEnvironmentName) Sets the value ofCfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty.getMwaaEnvironmentName()- Parameters:
mwaaEnvironmentName- The name of the MWAA environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty>- Returns:
- a new instance of
CfnConnectionPropsMixin.WorkflowsMwaaPropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-