Interface PardotConnectorProfileProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>,SdkBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>,SdkPojo
- Enclosing class:
- PardotConnectorProfileProperties
public static interface PardotConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<PardotConnectorProfileProperties.Builder,PardotConnectorProfileProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PardotConnectorProfileProperties.BuilderbusinessUnitId(String businessUnitId)The business unit id of Salesforce Pardot instance.PardotConnectorProfileProperties.BuilderinstanceUrl(String instanceUrl)The location of the Salesforce Pardot resource.PardotConnectorProfileProperties.BuilderisSandboxEnvironment(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, sdkFields
-
-
-
-
Method Detail
-
instanceUrl
PardotConnectorProfileProperties.Builder instanceUrl(String 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
PardotConnectorProfileProperties.Builder isSandboxEnvironment(Boolean 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
PardotConnectorProfileProperties.Builder businessUnitId(String 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.
-
-