Interface SnowflakeConnectorProfileCredentials.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SnowflakeConnectorProfileCredentials.Builder,,SnowflakeConnectorProfileCredentials> SdkBuilder<SnowflakeConnectorProfileCredentials.Builder,,SnowflakeConnectorProfileCredentials> SdkPojo
- Enclosing class:
SnowflakeConnectorProfileCredentials
@Mutable
@NotThreadSafe
public static interface SnowflakeConnectorProfileCredentials.Builder
extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileCredentials.Builder,SnowflakeConnectorProfileCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionThe password that corresponds to the user name.privateKey(String privateKey) The RSA private key used for key pair authentication with Snowflake.The name of the user.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
-
username
The name of the user.
- Parameters:
username- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
The password that corresponds to the user name.
- Parameters:
password- The password that corresponds to the user name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateKey
The RSA private key used for key pair authentication with Snowflake. Provide this instead of a password when your Snowflake account uses key pair authentication.
- Parameters:
privateKey- The RSA private key used for key pair authentication with Snowflake. Provide this instead of a password when your Snowflake account uses key pair authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-