public static final class CfnConnectorProfile.CustomAuthCredentialsProperty.Builder
extends java.lang.Object
CfnConnectorProfile.CustomAuthCredentialsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnectorProfile.CustomAuthCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.CustomAuthCredentialsProperty.Builder |
credentialsMap(IResolvable credentialsMap)
Sets the value of
CfnConnectorProfile.CustomAuthCredentialsProperty.getCredentialsMap() |
CfnConnectorProfile.CustomAuthCredentialsProperty.Builder |
credentialsMap(java.util.Map<java.lang.String,java.lang.String> credentialsMap)
Sets the value of
CfnConnectorProfile.CustomAuthCredentialsProperty.getCredentialsMap() |
CfnConnectorProfile.CustomAuthCredentialsProperty.Builder |
customAuthenticationType(java.lang.String customAuthenticationType)
|
public CfnConnectorProfile.CustomAuthCredentialsProperty.Builder customAuthenticationType(java.lang.String customAuthenticationType)
customAuthenticationType
- The custom authentication type that the connector uses. This parameter is required.this
public CfnConnectorProfile.CustomAuthCredentialsProperty.Builder credentialsMap(IResolvable credentialsMap)
CfnConnectorProfile.CustomAuthCredentialsProperty.getCredentialsMap()
credentialsMap
- A map that holds custom authentication credentials.this
public CfnConnectorProfile.CustomAuthCredentialsProperty.Builder credentialsMap(java.util.Map<java.lang.String,java.lang.String> credentialsMap)
CfnConnectorProfile.CustomAuthCredentialsProperty.getCredentialsMap()
credentialsMap
- A map that holds custom authentication credentials.this
public CfnConnectorProfile.CustomAuthCredentialsProperty build()
CfnConnectorProfile.CustomAuthCredentialsProperty
java.lang.NullPointerException
- if any required attribute was not provided