public static interface FeatureMetadata.Builder extends SdkPojo, CopyableBuilder<FeatureMetadata.Builder,FeatureMetadata>
| Modifier and Type | Method and Description |
|---|---|
FeatureMetadata.Builder |
status(FeatureStatus status)
The status of the feature on the DB instance.
|
FeatureMetadata.Builder |
status(String status)
The status of the feature on the DB instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureMetadata.Builder status(String status)
The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to take
effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to take
effect.
UNKNOWN - The feature status couldn't be determined.
status - The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to
take effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot
to take effect.
UNKNOWN - The feature status couldn't be determined.
FeatureStatus,
FeatureStatusFeatureMetadata.Builder status(FeatureStatus status)
The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to take
effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot to take
effect.
UNKNOWN - The feature status couldn't be determined.
status - The status of the feature on the DB instance. Possible values include the following:
ENABLED - The feature is enabled on the instance.
DISABLED - The feature is disabled on the instance.
UNSUPPORTED - The feature isn't supported on the instance.
ENABLED_PENDING_REBOOT - The feature is enabled on the instance but requires a reboot to
take effect.
DISABLED_PENDING_REBOOT - The feature is disabled on the instance but requires a reboot
to take effect.
UNKNOWN - The feature status couldn't be determined.
FeatureStatus,
FeatureStatusCopyright © 2022. All rights reserved.