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