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