Interface RedshiftClusterStorage.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RedshiftClusterStorage.Builder,,RedshiftClusterStorage> SdkBuilder<RedshiftClusterStorage.Builder,,RedshiftClusterStorage> SdkPojo
- Enclosing class:
 RedshiftClusterStorage
@Mutable
@NotThreadSafe
public static interface RedshiftClusterStorage.Builder
extends SdkPojo, CopyableBuilder<RedshiftClusterStorage.Builder,RedshiftClusterStorage> 
- 
Method Summary
Modifier and TypeMethodDescriptionclusterName(String clusterName) The name of an Amazon Redshift cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
clusterName
The name of an Amazon Redshift cluster.
- Parameters:
 clusterName- The name of an Amazon Redshift cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -