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