Interface PardotConnectorProfileProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PardotConnectorProfileProperties.Builder,
,PardotConnectorProfileProperties> SdkBuilder<PardotConnectorProfileProperties.Builder,
,PardotConnectorProfileProperties> SdkPojo
- Enclosing class:
PardotConnectorProfileProperties
@Mutable
@NotThreadSafe
public static interface PardotConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessUnitId
(String businessUnitId) The business unit id of Salesforce Pardot instance.instanceUrl
(String instanceUrl) The location of the Salesforce Pardot resource.isSandboxEnvironment
(Boolean isSandboxEnvironment) Indicates whether the connector profile applies to a sandbox or production environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceUrl
The location of the Salesforce Pardot resource.
- Parameters:
instanceUrl
- The location of the Salesforce Pardot resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSandboxEnvironment
Indicates whether the connector profile applies to a sandbox or production environment.
- Parameters:
isSandboxEnvironment
- Indicates whether the connector profile applies to a sandbox or production environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessUnitId
The business unit id of Salesforce Pardot instance.
- Parameters:
businessUnitId
- The business unit id of Salesforce Pardot instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-