Interface SnowflakeRoleConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>,SdkBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>,SdkPojo
- Enclosing class:
- SnowflakeRoleConfiguration
public static interface SnowflakeRoleConfiguration.Builder extends SdkPojo, CopyableBuilder<SnowflakeRoleConfiguration.Builder,SnowflakeRoleConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnowflakeRoleConfiguration.Builderenabled(Boolean enabled)Enable Snowflake roleSnowflakeRoleConfiguration.BuildersnowflakeRole(String snowflakeRole)The Snowflake role you wish to configure-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
enabled
SnowflakeRoleConfiguration.Builder enabled(Boolean enabled)
Enable Snowflake role
- Parameters:
enabled- Enable Snowflake role- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snowflakeRole
SnowflakeRoleConfiguration.Builder snowflakeRole(String snowflakeRole)
The Snowflake role you wish to configure
- Parameters:
snowflakeRole- The Snowflake role you wish to configure- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-