Interface SnowflakeMetadata.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SnowflakeMetadata.Builder,SnowflakeMetadata>
,SdkBuilder<SnowflakeMetadata.Builder,SnowflakeMetadata>
,SdkPojo
- Enclosing class:
- SnowflakeMetadata
public static interface SnowflakeMetadata.Builder extends SdkPojo, CopyableBuilder<SnowflakeMetadata.Builder,SnowflakeMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnowflakeMetadata.Builder
supportedRegions(String... supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.SnowflakeMetadata.Builder
supportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.-
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
-
supportedRegions
SnowflakeMetadata.Builder supportedRegions(Collection<String> supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
- Parameters:
supportedRegions
- Specifies the supported Amazon Web Services Regions when using Snowflake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedRegions
SnowflakeMetadata.Builder supportedRegions(String... supportedRegions)
Specifies the supported Amazon Web Services Regions when using Snowflake.
- Parameters:
supportedRegions
- Specifies the supported Amazon Web Services Regions when using Snowflake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-