Interface AwsRedshiftClusterClusterParameterStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>,SdkBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterClusterParameterStatus
public static interface AwsRedshiftClusterClusterParameterStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterParameterStatus.Builder,AwsRedshiftClusterClusterParameterStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterClusterParameterStatus.BuilderparameterApplyErrorDescription(String parameterApplyErrorDescription)The error that prevented the parameter from being applied to the database.AwsRedshiftClusterClusterParameterStatus.BuilderparameterApplyStatus(String parameterApplyStatus)The status of the parameter.AwsRedshiftClusterClusterParameterStatus.BuilderparameterName(String parameterName)The name of the parameter.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
parameterName
AwsRedshiftClusterClusterParameterStatus.Builder parameterName(String parameterName)
The name of the parameter.
- Parameters:
parameterName- The name of the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterApplyStatus
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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterApplyErrorDescription
AwsRedshiftClusterClusterParameterStatus.Builder parameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.
- Parameters:
parameterApplyErrorDescription- The error that prevented the parameter from being applied to the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-