@Generated(value="software.amazon.awssdk:codegen") public final class SnowflakeConnectorProfileCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeConnectorProfileCredentials.Builder,SnowflakeConnectorProfileCredentials>
The connector-specific profile credentials required when using Snowflake.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnowflakeConnectorProfileCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeConnectorProfileCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The password that corresponds to the user name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnowflakeConnectorProfileCredentials.Builder> |
serializableBuilderClass() |
SnowflakeConnectorProfileCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The name of the user.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String username()
The name of the user.
public final String password()
The password that corresponds to the user name.
public SnowflakeConnectorProfileCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnowflakeConnectorProfileCredentials.Builder,SnowflakeConnectorProfileCredentials>public static SnowflakeConnectorProfileCredentials.Builder builder()
public static Class<? extends SnowflakeConnectorProfileCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.