public static final class CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
instanceUrl(java.lang.String instanceUrl)
|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
isSandboxEnvironment(java.lang.Boolean isSandboxEnvironment)
|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
isSandboxEnvironment(IResolvable isSandboxEnvironment)
|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
usePrivateLinkForMetadataAndAuthorization(java.lang.Boolean usePrivateLinkForMetadataAndAuthorization)
|
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder |
usePrivateLinkForMetadataAndAuthorization(IResolvable usePrivateLinkForMetadataAndAuthorization)
|
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder instanceUrl(java.lang.String instanceUrl)
instanceUrl
- The location of the Salesforce resource.this
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder isSandboxEnvironment(java.lang.Boolean isSandboxEnvironment)
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.getIsSandboxEnvironment()
isSandboxEnvironment
- Indicates whether the connector profile applies to a sandbox or production environment.this
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder isSandboxEnvironment(IResolvable isSandboxEnvironment)
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.getIsSandboxEnvironment()
isSandboxEnvironment
- Indicates whether the connector profile applies to a sandbox or production environment.this
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder usePrivateLinkForMetadataAndAuthorization(java.lang.Boolean usePrivateLinkForMetadataAndAuthorization)
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.getUsePrivateLinkForMetadataAndAuthorization()
usePrivateLinkForMetadataAndAuthorization
- `CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization`.this
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.Builder usePrivateLinkForMetadataAndAuthorization(IResolvable usePrivateLinkForMetadataAndAuthorization)
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.getUsePrivateLinkForMetadataAndAuthorization()
usePrivateLinkForMetadataAndAuthorization
- `CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty.usePrivateLinkForMetadataAndAuthorization`.this
public CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty build()
CfnConnectorProfile.SalesforceConnectorProfilePropertiesProperty
java.lang.NullPointerException
- if any required attribute was not provided