Class CfnFlow.SingularSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnFlow.SingularSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlow.SingularSourcePropertiesProperty>
- Enclosing interface:
CfnFlow.SingularSourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlow.SingularSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlow.SingularSourcePropertiesProperty>
A builder for
CfnFlow.SingularSourcePropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFlow.SingularSourcePropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
object
Sets the value ofCfnFlow.SingularSourcePropertiesProperty.getObject()
- Parameters:
object
- The object specified in the Singular flow source. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFlow.SingularSourcePropertiesProperty>
- Returns:
- a new instance of
CfnFlow.SingularSourcePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-