Class CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbasicAuthCredentials(CfnConnectorProfilePropsMixin.BasicAuthCredentialsProperty basicAuthCredentials) basicAuthCredentials(IResolvable basicAuthCredentials) build()Builds the configured instance.oAuthCredentials(CfnConnectorProfilePropsMixin.OAuthCredentialsProperty oAuthCredentials) oAuthCredentials(IResolvable oAuthCredentials)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
basicAuthCredentials
@Stability(Stable) public CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder basicAuthCredentials(IResolvable basicAuthCredentials) Sets the value ofCfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.getBasicAuthCredentials()- Parameters:
basicAuthCredentials- The SAPOData basic authentication credentials.- Returns:
this
-
basicAuthCredentials
@Stability(Stable) public CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder basicAuthCredentials(CfnConnectorProfilePropsMixin.BasicAuthCredentialsProperty basicAuthCredentials) Sets the value ofCfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.getBasicAuthCredentials()- Parameters:
basicAuthCredentials- The SAPOData basic authentication credentials.- Returns:
this
-
oAuthCredentials
@Stability(Stable) public CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder oAuthCredentials(IResolvable oAuthCredentials) Sets the value ofCfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.getOAuthCredentials()- Parameters:
oAuthCredentials- The SAPOData OAuth type authentication credentials.- Returns:
this
-
oAuthCredentials
@Stability(Stable) public CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.Builder oAuthCredentials(CfnConnectorProfilePropsMixin.OAuthCredentialsProperty oAuthCredentials) Sets the value ofCfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty.getOAuthCredentials()- Parameters:
oAuthCredentials- The SAPOData OAuth type authentication credentials.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.SAPODataConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-