Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterParameterStatus.Builder
-
Packages that use AwsRedshiftClusterClusterParameterStatus.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterParameterStatus.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterClusterParameterStatus.Builder Modifier and Type Method Description static AwsRedshiftClusterClusterParameterStatus.BuilderAwsRedshiftClusterClusterParameterStatus. builder()AwsRedshiftClusterClusterParameterStatus.BuilderAwsRedshiftClusterClusterParameterStatus.Builder. parameterApplyErrorDescription(String parameterApplyErrorDescription)The error that prevented the parameter from being applied to the database.AwsRedshiftClusterClusterParameterStatus.BuilderAwsRedshiftClusterClusterParameterStatus.Builder. parameterApplyStatus(String parameterApplyStatus)The status of the parameter.AwsRedshiftClusterClusterParameterStatus.BuilderAwsRedshiftClusterClusterParameterStatus.Builder. parameterName(String parameterName)The name of the parameter.AwsRedshiftClusterClusterParameterStatus.BuilderAwsRedshiftClusterClusterParameterStatus. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterParameterStatus.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterClusterParameterStatus.Builder>AwsRedshiftClusterClusterParameterStatus. serializableBuilderClass()
-