@Stability(value=Stable) public static final class CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty |
build()
Builds the configured instance.
|
CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty.Builder |
password(String password)
|
CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty.Builder |
username(String username)
|
@Stability(value=Stable) public CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty.Builder password(String password)
password - The password that corresponds to the user name. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty.Builder username(String username)
username - The name of the user. This parameter is required.this@Stability(value=Stable) public CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorProfile.SnowflakeConnectorProfileCredentialsProperty>CfnConnectorProfile.SnowflakeConnectorProfileCredentialsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.