Interface ConnectorProfileCredentials.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConnectorProfileCredentials.Builder,,ConnectorProfileCredentials> SdkBuilder<ConnectorProfileCredentials.Builder,,ConnectorProfileCredentials> SdkPojo
- Enclosing class:
 ConnectorProfileCredentials
- 
Method Summary
Modifier and TypeMethodDescriptionThe connector-specific credentials required when using Amplitude.amplitude(AmplitudeConnectorProfileCredentials amplitude) The connector-specific credentials required when using Amplitude.customConnector(Consumer<CustomConnectorProfileCredentials.Builder> customConnector) Sets the value of the CustomConnector property for this object.customConnector(CustomConnectorProfileCredentials customConnector) Sets the value of the CustomConnector property for this object.The connector-specific credentials required when using Datadog.The connector-specific credentials required when using Datadog.The connector-specific credentials required when using Dynatrace.dynatrace(DynatraceConnectorProfileCredentials dynatrace) The connector-specific credentials required when using Dynatrace.googleAnalytics(Consumer<GoogleAnalyticsConnectorProfileCredentials.Builder> googleAnalytics) The connector-specific credentials required when using Google Analytics.googleAnalytics(GoogleAnalyticsConnectorProfileCredentials googleAnalytics) The connector-specific credentials required when using Google Analytics.The connector-specific credentials required when using Amazon Honeycode.honeycode(HoneycodeConnectorProfileCredentials honeycode) The connector-specific credentials required when using Amazon Honeycode.The connector-specific credentials required when using Infor Nexus.inforNexus(InforNexusConnectorProfileCredentials inforNexus) The connector-specific credentials required when using Infor Nexus.The connector-specific credentials required when using Marketo.The connector-specific credentials required when using Marketo.The connector-specific credentials required when using Salesforce Pardot.The connector-specific credentials required when using Salesforce Pardot.The connector-specific credentials required when using Amazon Redshift.redshift(RedshiftConnectorProfileCredentials redshift) The connector-specific credentials required when using Amazon Redshift.The connector-specific credentials required when using Salesforce.salesforce(SalesforceConnectorProfileCredentials salesforce) The connector-specific credentials required when using Salesforce.Sets the value of the SAPOData property for this object.sapoData(SAPODataConnectorProfileCredentials sapoData) Sets the value of the SAPOData property for this object.The connector-specific credentials required when using ServiceNow.serviceNow(ServiceNowConnectorProfileCredentials serviceNow) The connector-specific credentials required when using ServiceNow.The connector-specific credentials required when using Singular.singular(SingularConnectorProfileCredentials singular) The connector-specific credentials required when using Singular.The connector-specific credentials required when using Slack.The connector-specific credentials required when using Slack.The connector-specific credentials required when using Snowflake.snowflake(SnowflakeConnectorProfileCredentials snowflake) The connector-specific credentials required when using Snowflake.The connector-specific credentials required when using Trend Micro.trendmicro(TrendmicroConnectorProfileCredentials trendmicro) The connector-specific credentials required when using Trend Micro.The connector-specific credentials required when using Veeva.The connector-specific credentials required when using Veeva.The connector-specific credentials required when using Zendesk.The connector-specific credentials required when using Zendesk.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
amplitude
The connector-specific credentials required when using Amplitude.
- Parameters:
 amplitude- The connector-specific credentials required when using Amplitude.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
amplitude
default ConnectorProfileCredentials.Builder amplitude(Consumer<AmplitudeConnectorProfileCredentials.Builder> amplitude) The connector-specific credentials required when using Amplitude.
This is a convenience method that creates an instance of theAmplitudeConnectorProfileCredentials.Builderavoiding the need to create one manually viaAmplitudeConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamplitude(AmplitudeConnectorProfileCredentials).- Parameters:
 amplitude- a consumer that will call methods onAmplitudeConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
datadog
The connector-specific credentials required when using Datadog.
- Parameters:
 datadog- The connector-specific credentials required when using Datadog.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
datadog
default ConnectorProfileCredentials.Builder datadog(Consumer<DatadogConnectorProfileCredentials.Builder> datadog) The connector-specific credentials required when using Datadog.
This is a convenience method that creates an instance of theDatadogConnectorProfileCredentials.Builderavoiding the need to create one manually viaDatadogConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todatadog(DatadogConnectorProfileCredentials).- Parameters:
 datadog- a consumer that will call methods onDatadogConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dynatrace
The connector-specific credentials required when using Dynatrace.
- Parameters:
 dynatrace- The connector-specific credentials required when using Dynatrace.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dynatrace
default ConnectorProfileCredentials.Builder dynatrace(Consumer<DynatraceConnectorProfileCredentials.Builder> dynatrace) The connector-specific credentials required when using Dynatrace.
This is a convenience method that creates an instance of theDynatraceConnectorProfileCredentials.Builderavoiding the need to create one manually viaDynatraceConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todynatrace(DynatraceConnectorProfileCredentials).- Parameters:
 dynatrace- a consumer that will call methods onDynatraceConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
googleAnalytics
ConnectorProfileCredentials.Builder googleAnalytics(GoogleAnalyticsConnectorProfileCredentials googleAnalytics) The connector-specific credentials required when using Google Analytics.
- Parameters:
 googleAnalytics- The connector-specific credentials required when using Google Analytics.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
googleAnalytics
default ConnectorProfileCredentials.Builder googleAnalytics(Consumer<GoogleAnalyticsConnectorProfileCredentials.Builder> googleAnalytics) The connector-specific credentials required when using Google Analytics.
This is a convenience method that creates an instance of theGoogleAnalyticsConnectorProfileCredentials.Builderavoiding the need to create one manually viaGoogleAnalyticsConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togoogleAnalytics(GoogleAnalyticsConnectorProfileCredentials).- Parameters:
 googleAnalytics- a consumer that will call methods onGoogleAnalyticsConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
honeycode
The connector-specific credentials required when using Amazon Honeycode.
- Parameters:
 honeycode- The connector-specific credentials required when using Amazon Honeycode.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
honeycode
default ConnectorProfileCredentials.Builder honeycode(Consumer<HoneycodeConnectorProfileCredentials.Builder> honeycode) The connector-specific credentials required when using Amazon Honeycode.
This is a convenience method that creates an instance of theHoneycodeConnectorProfileCredentials.Builderavoiding the need to create one manually viaHoneycodeConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohoneycode(HoneycodeConnectorProfileCredentials).- Parameters:
 honeycode- a consumer that will call methods onHoneycodeConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
inforNexus
The connector-specific credentials required when using Infor Nexus.
- Parameters:
 inforNexus- The connector-specific credentials required when using Infor Nexus.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
inforNexus
default ConnectorProfileCredentials.Builder inforNexus(Consumer<InforNexusConnectorProfileCredentials.Builder> inforNexus) The connector-specific credentials required when using Infor Nexus.
This is a convenience method that creates an instance of theInforNexusConnectorProfileCredentials.Builderavoiding the need to create one manually viaInforNexusConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinforNexus(InforNexusConnectorProfileCredentials).- Parameters:
 inforNexus- a consumer that will call methods onInforNexusConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
marketo
The connector-specific credentials required when using Marketo.
- Parameters:
 marketo- The connector-specific credentials required when using Marketo.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
marketo
default ConnectorProfileCredentials.Builder marketo(Consumer<MarketoConnectorProfileCredentials.Builder> marketo) The connector-specific credentials required when using Marketo.
This is a convenience method that creates an instance of theMarketoConnectorProfileCredentials.Builderavoiding the need to create one manually viaMarketoConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomarketo(MarketoConnectorProfileCredentials).- Parameters:
 marketo- a consumer that will call methods onMarketoConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
redshift
The connector-specific credentials required when using Amazon Redshift.
- Parameters:
 redshift- The connector-specific credentials required when using Amazon Redshift.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
redshift
default ConnectorProfileCredentials.Builder redshift(Consumer<RedshiftConnectorProfileCredentials.Builder> redshift) The connector-specific credentials required when using Amazon Redshift.
This is a convenience method that creates an instance of theRedshiftConnectorProfileCredentials.Builderavoiding the need to create one manually viaRedshiftConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toredshift(RedshiftConnectorProfileCredentials).- Parameters:
 redshift- a consumer that will call methods onRedshiftConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
salesforce
The connector-specific credentials required when using Salesforce.
- Parameters:
 salesforce- The connector-specific credentials required when using Salesforce.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
salesforce
default ConnectorProfileCredentials.Builder salesforce(Consumer<SalesforceConnectorProfileCredentials.Builder> salesforce) The connector-specific credentials required when using Salesforce.
This is a convenience method that creates an instance of theSalesforceConnectorProfileCredentials.Builderavoiding the need to create one manually viaSalesforceConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosalesforce(SalesforceConnectorProfileCredentials).- Parameters:
 salesforce- a consumer that will call methods onSalesforceConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
serviceNow
The connector-specific credentials required when using ServiceNow.
- Parameters:
 serviceNow- The connector-specific credentials required when using ServiceNow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceNow
default ConnectorProfileCredentials.Builder serviceNow(Consumer<ServiceNowConnectorProfileCredentials.Builder> serviceNow) The connector-specific credentials required when using ServiceNow.
This is a convenience method that creates an instance of theServiceNowConnectorProfileCredentials.Builderavoiding the need to create one manually viaServiceNowConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceNow(ServiceNowConnectorProfileCredentials).- Parameters:
 serviceNow- a consumer that will call methods onServiceNowConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
singular
The connector-specific credentials required when using Singular.
- Parameters:
 singular- The connector-specific credentials required when using Singular.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
singular
default ConnectorProfileCredentials.Builder singular(Consumer<SingularConnectorProfileCredentials.Builder> singular) The connector-specific credentials required when using Singular.
This is a convenience method that creates an instance of theSingularConnectorProfileCredentials.Builderavoiding the need to create one manually viaSingularConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosingular(SingularConnectorProfileCredentials).- Parameters:
 singular- a consumer that will call methods onSingularConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
slack
The connector-specific credentials required when using Slack.
- Parameters:
 slack- The connector-specific credentials required when using Slack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
slack
default ConnectorProfileCredentials.Builder slack(Consumer<SlackConnectorProfileCredentials.Builder> slack) The connector-specific credentials required when using Slack.
This is a convenience method that creates an instance of theSlackConnectorProfileCredentials.Builderavoiding the need to create one manually viaSlackConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toslack(SlackConnectorProfileCredentials).- Parameters:
 slack- a consumer that will call methods onSlackConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
snowflake
The connector-specific credentials required when using Snowflake.
- Parameters:
 snowflake- The connector-specific credentials required when using Snowflake.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
snowflake
default ConnectorProfileCredentials.Builder snowflake(Consumer<SnowflakeConnectorProfileCredentials.Builder> snowflake) The connector-specific credentials required when using Snowflake.
This is a convenience method that creates an instance of theSnowflakeConnectorProfileCredentials.Builderavoiding the need to create one manually viaSnowflakeConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnowflake(SnowflakeConnectorProfileCredentials).- Parameters:
 snowflake- a consumer that will call methods onSnowflakeConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
trendmicro
The connector-specific credentials required when using Trend Micro.
- Parameters:
 trendmicro- The connector-specific credentials required when using Trend Micro.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
trendmicro
default ConnectorProfileCredentials.Builder trendmicro(Consumer<TrendmicroConnectorProfileCredentials.Builder> trendmicro) The connector-specific credentials required when using Trend Micro.
This is a convenience method that creates an instance of theTrendmicroConnectorProfileCredentials.Builderavoiding the need to create one manually viaTrendmicroConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrendmicro(TrendmicroConnectorProfileCredentials).- Parameters:
 trendmicro- a consumer that will call methods onTrendmicroConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
veeva
The connector-specific credentials required when using Veeva.
- Parameters:
 veeva- The connector-specific credentials required when using Veeva.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
veeva
default ConnectorProfileCredentials.Builder veeva(Consumer<VeevaConnectorProfileCredentials.Builder> veeva) The connector-specific credentials required when using Veeva.
This is a convenience method that creates an instance of theVeevaConnectorProfileCredentials.Builderavoiding the need to create one manually viaVeevaConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toveeva(VeevaConnectorProfileCredentials).- Parameters:
 veeva- a consumer that will call methods onVeevaConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
zendesk
The connector-specific credentials required when using Zendesk.
- Parameters:
 zendesk- The connector-specific credentials required when using Zendesk.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
zendesk
default ConnectorProfileCredentials.Builder zendesk(Consumer<ZendeskConnectorProfileCredentials.Builder> zendesk) The connector-specific credentials required when using Zendesk.
This is a convenience method that creates an instance of theZendeskConnectorProfileCredentials.Builderavoiding the need to create one manually viaZendeskConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tozendesk(ZendeskConnectorProfileCredentials).- Parameters:
 zendesk- a consumer that will call methods onZendeskConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sapoData
Sets the value of the SAPOData property for this object.- Parameters:
 sapoData- The new value for the SAPOData property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sapoData
default ConnectorProfileCredentials.Builder sapoData(Consumer<SAPODataConnectorProfileCredentials.Builder> sapoData) Sets the value of the SAPOData property for this object. This is a convenience method that creates an instance of theSAPODataConnectorProfileCredentials.Builderavoiding the need to create one manually viaSAPODataConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosapoData(SAPODataConnectorProfileCredentials).- Parameters:
 sapoData- a consumer that will call methods onSAPODataConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
customConnector
ConnectorProfileCredentials.Builder customConnector(CustomConnectorProfileCredentials customConnector) Sets the value of the CustomConnector property for this object.- Parameters:
 customConnector- The new value for the CustomConnector property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
customConnector
default ConnectorProfileCredentials.Builder customConnector(Consumer<CustomConnectorProfileCredentials.Builder> customConnector) Sets the value of the CustomConnector property for this object. This is a convenience method that creates an instance of theCustomConnectorProfileCredentials.Builderavoiding the need to create one manually viaCustomConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomConnector(CustomConnectorProfileCredentials).- Parameters:
 customConnector- a consumer that will call methods onCustomConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
pardot
The connector-specific credentials required when using Salesforce Pardot.
- Parameters:
 pardot- The connector-specific credentials required when using Salesforce Pardot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pardot
default ConnectorProfileCredentials.Builder pardot(Consumer<PardotConnectorProfileCredentials.Builder> pardot) The connector-specific credentials required when using Salesforce Pardot.
This is a convenience method that creates an instance of thePardotConnectorProfileCredentials.Builderavoiding the need to create one manually viaPardotConnectorProfileCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topardot(PardotConnectorProfileCredentials).- Parameters:
 pardot- a consumer that will call methods onPardotConnectorProfileCredentials.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -