Class SnowflakeRoleConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.SnowflakeRoleConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SnowflakeRoleConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>
Optionally configure a Snowflake role. Otherwise the default user role will be used.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSnowflakeRoleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnowflakeRoleConfiguration.Builderbuilder()Booleanenabled()Enable Snowflake rolebooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SnowflakeRoleConfiguration.Builder>serializableBuilderClass()StringsnowflakeRole()The Snowflake role you wish to configureSnowflakeRoleConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Enable Snowflake role
- Returns:
- Enable Snowflake role
-
snowflakeRole
public final String snowflakeRole()
The Snowflake role you wish to configure
- Returns:
- The Snowflake role you wish to configure
-
toBuilder
public SnowflakeRoleConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>
-
builder
public static SnowflakeRoleConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SnowflakeRoleConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-