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