public static interface AwsRedshiftClusterClusterParameterStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterClusterParameterStatus.Builder |
parameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.
|
AwsRedshiftClusterClusterParameterStatus.Builder |
parameterApplyStatus(String parameterApplyStatus)
The status of the parameter.
|
AwsRedshiftClusterClusterParameterStatus.Builder |
parameterName(String parameterName)
The name of the parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterClusterParameterStatus.Builder parameterName(String parameterName)
The name of the parameter.
parameterName - The name of the parameter.AwsRedshiftClusterClusterParameterStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.
Valid values: in-sync | pending-reboot | applying |
invalid-parameter | apply-deferred | apply-error |
unknown-error
parameterApplyStatus - The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for
a cluster reboot, or encountered an error when it was applied.
Valid values: in-sync | pending-reboot | applying |
invalid-parameter | apply-deferred | apply-error |
unknown-error
AwsRedshiftClusterClusterParameterStatus.Builder parameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.
parameterApplyErrorDescription - The error that prevented the parameter from being applied to the database.Copyright © 2023. All rights reserved.