Interface ClusterParameterStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterParameterStatus.Builder,ClusterParameterStatus>,SdkBuilder<ClusterParameterStatus.Builder,ClusterParameterStatus>,SdkPojo
- Enclosing class:
- ClusterParameterStatus
public static interface ClusterParameterStatus.Builder extends SdkPojo, CopyableBuilder<ClusterParameterStatus.Builder,ClusterParameterStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterParameterStatus.BuilderparameterApplyErrorDescription(String parameterApplyErrorDescription)The error that prevented the parameter from being applied to the database.ClusterParameterStatus.BuilderparameterApplyStatus(String parameterApplyStatus)The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.ClusterParameterStatus.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, sdkFields
-
-
-
-
Method Detail
-
parameterName
ClusterParameterStatus.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
ClusterParameterStatus.Builder parameterApplyStatus(String parameterApplyStatus)
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
-
in-sync: The parameter value is in sync with the database. -
pending-reboot: The parameter value will be applied after the cluster reboots. -
applying: The parameter value is being applied to the database. -
invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax. -
apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots. -
apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots. -
unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
- Parameters:
parameterApplyStatus- The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.The following are possible statuses and descriptions.
-
in-sync: The parameter value is in sync with the database. -
pending-reboot: The parameter value will be applied after the cluster reboots. -
applying: The parameter value is being applied to the database. -
invalid-parameter: Cannot apply the parameter value because it has an invalid value or syntax. -
apply-deferred: The parameter contains static property changes. The changes are deferred until the cluster reboots. -
apply-error: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots. -
unknown-error: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
parameterApplyErrorDescription
ClusterParameterStatus.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.
-
-