Class CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.instanceUrl(String instanceUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instanceUrl
@Stability(Stable) public CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty.Builder instanceUrl(String instanceUrl) Sets the value ofCfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty.getInstanceUrl()- Parameters:
instanceUrl- The location of the Zendesk resource.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.ZendeskConnectorProfilePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-