Interface RedshiftStorageProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RedshiftStorageProperties.Builder,
,RedshiftStorageProperties> SdkBuilder<RedshiftStorageProperties.Builder,
,RedshiftStorageProperties> SdkPojo
- Enclosing class:
RedshiftStorageProperties
@Mutable
@NotThreadSafe
public static interface RedshiftStorageProperties.Builder
extends SdkPojo, CopyableBuilder<RedshiftStorageProperties.Builder,RedshiftStorageProperties>
-
Method Summary
Modifier and TypeMethodDescriptionclusterName
(String clusterName) The cluster name in the Amazon Redshift storage properties.workgroupName
(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 Details
-
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
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.
-