Class CfnConnection.WorkflowsMwaaPropertiesInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnConnection.WorkflowsMwaaPropertiesInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnection.WorkflowsMwaaPropertiesInputProperty>
- Enclosing interface:
CfnConnection.WorkflowsMwaaPropertiesInputProperty
@Stability(Stable)
public static final class CfnConnection.WorkflowsMwaaPropertiesInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnection.WorkflowsMwaaPropertiesInputProperty>
A builder for
CfnConnection.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 CfnConnection.WorkflowsMwaaPropertiesInputProperty.Builder mwaaEnvironmentName(String mwaaEnvironmentName) - Parameters:
mwaaEnvironmentName- The name of the MWAA environment.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnection.WorkflowsMwaaPropertiesInputProperty>- Returns:
- a new instance of
CfnConnection.WorkflowsMwaaPropertiesInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-