Interface RedshiftStorageProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftStorageProperties.Builder,RedshiftStorageProperties>,SdkBuilder<RedshiftStorageProperties.Builder,RedshiftStorageProperties>,SdkPojo
- Enclosing class:
- RedshiftStorageProperties
public static interface RedshiftStorageProperties.Builder extends SdkPojo, CopyableBuilder<RedshiftStorageProperties.Builder,RedshiftStorageProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftStorageProperties.BuilderclusterName(String clusterName)The cluster name in the Amazon Redshift storage properties.RedshiftStorageProperties.BuilderworkgroupName(String workgroupName)The workgroup name in the Amazon Redshift storage properties.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterName
RedshiftStorageProperties.Builder clusterName(String clusterName)
The cluster name in the Amazon Redshift storage properties.
- Parameters:
clusterName- The cluster name in the Amazon Redshift storage properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workgroupName
RedshiftStorageProperties.Builder workgroupName(String workgroupName)
The workgroup name in the Amazon Redshift storage properties.
- Parameters:
workgroupName- The workgroup name in the Amazon Redshift storage properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-