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 SummaryModifier and TypeMethodDescriptionclusterName(String clusterName) The name of an Amazon Redshift cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterNameThe 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.
 
 
-