public static interface SalesforceConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<SalesforceConnectorProfileProperties.Builder,SalesforceConnectorProfileProperties>
Modifier and Type | Method and Description |
---|---|
SalesforceConnectorProfileProperties.Builder |
instanceUrl(String instanceUrl)
The location of the Salesforce resource.
|
SalesforceConnectorProfileProperties.Builder |
isSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SalesforceConnectorProfileProperties.Builder instanceUrl(String instanceUrl)
The location of the Salesforce resource.
instanceUrl
- The location of the Salesforce resource.SalesforceConnectorProfileProperties.Builder isSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
isSandboxEnvironment
- Indicates whether the connector profile applies to a sandbox or production environment.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.