Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterResizeInfo.Builder
-
Packages that use AwsRedshiftClusterResizeInfo.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterResizeInfo.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterResizeInfo.Builder Modifier and Type Method Description AwsRedshiftClusterResizeInfo.BuilderAwsRedshiftClusterResizeInfo.Builder. allowCancelResize(Boolean allowCancelResize)Indicates whether the resize operation can be canceled.static AwsRedshiftClusterResizeInfo.BuilderAwsRedshiftClusterResizeInfo. builder()AwsRedshiftClusterResizeInfo.BuilderAwsRedshiftClusterResizeInfo.Builder. resizeType(String resizeType)The type of resize operation.AwsRedshiftClusterResizeInfo.BuilderAwsRedshiftClusterResizeInfo. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterResizeInfo.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterResizeInfo.Builder>AwsRedshiftClusterResizeInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterResizeInfo.Builder Modifier and Type Method Description default AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. resizeInfo(Consumer<AwsRedshiftClusterResizeInfo.Builder> resizeInfo)Information about the resize operation for the cluster.
-