@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnowflakeRoleConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Optionally configure a Snowflake role. Otherwise the default user role will be used.
Constructor and Description |
---|
SnowflakeRoleConfiguration() |
Modifier and Type | Method and Description |
---|---|
SnowflakeRoleConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Enable Snowflake role
|
String |
getSnowflakeRole()
The Snowflake role you wish to configure
|
int |
hashCode() |
Boolean |
isEnabled()
Enable Snowflake role
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
Enable Snowflake role
|
void |
setSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
|
String |
toString()
Returns a string representation of this object.
|
SnowflakeRoleConfiguration |
withEnabled(Boolean enabled)
Enable Snowflake role
|
SnowflakeRoleConfiguration |
withSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
|
public void setEnabled(Boolean enabled)
Enable Snowflake role
enabled
- Enable Snowflake rolepublic Boolean getEnabled()
Enable Snowflake role
public SnowflakeRoleConfiguration withEnabled(Boolean enabled)
Enable Snowflake role
enabled
- Enable Snowflake rolepublic Boolean isEnabled()
Enable Snowflake role
public void setSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
snowflakeRole
- The Snowflake role you wish to configurepublic String getSnowflakeRole()
The Snowflake role you wish to configure
public SnowflakeRoleConfiguration withSnowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
snowflakeRole
- The Snowflake role you wish to configurepublic String toString()
toString
in class Object
Object.toString()
public SnowflakeRoleConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.