Interface RedshiftClusterStorage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftClusterStorage.Builder,RedshiftClusterStorage>,SdkBuilder<RedshiftClusterStorage.Builder,RedshiftClusterStorage>,SdkPojo
- Enclosing class:
- RedshiftClusterStorage
public static interface RedshiftClusterStorage.Builder extends SdkPojo, CopyableBuilder<RedshiftClusterStorage.Builder,RedshiftClusterStorage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftClusterStorage.BuilderclusterName(String clusterName)The name of an Amazon Redshift cluster.-
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
-
clusterName
RedshiftClusterStorage.Builder clusterName(String 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.
-
-