Class CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeRoleConfigurationProperty>
- Enclosing interface:
CfnDeliveryStream.SnowflakeRoleConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeRoleConfigurationProperty>
A builder for
CfnDeliveryStream.SnowflakeRoleConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getEnabled()snowflakeRole(String snowflakeRole) Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getSnowflakeRole()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder enabled(Boolean enabled) Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getEnabled()- Parameters:
enabled- Enable Snowflake role.- Returns:
this
-
enabled
@Stability(Stable) public CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getEnabled()- Parameters:
enabled- Enable Snowflake role.- Returns:
this
-
snowflakeRole
@Stability(Stable) public CfnDeliveryStream.SnowflakeRoleConfigurationProperty.Builder snowflakeRole(String snowflakeRole) Sets the value ofCfnDeliveryStream.SnowflakeRoleConfigurationProperty.getSnowflakeRole()- Parameters:
snowflakeRole- The Snowflake role you wish to configure.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.SnowflakeRoleConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStream.SnowflakeRoleConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-