Class ApplyPendingMaintenanceActionRequest

    • Method Detail

      • applyAction

        public final String applyAction()

        The pending maintenance action to apply to the resource.

        Valid actions are:

        • ENGINE_UPDATE

        • ENGINE_UPGRADE

        • SECURITY_UPDATE

        • OS_UPDATE

        • MASTER_USER_PASSWORD_UPDATE

        Returns:
        The pending maintenance action to apply to the resource.

        Valid actions are:

        • ENGINE_UPDATE

        • ENGINE_UPGRADE

        • SECURITY_UPDATE

        • OS_UPDATE

        • MASTER_USER_PASSWORD_UPDATE

      • applyOn

        public final String applyOn()

        A specific date to apply the pending maintenance action. Required if opt-in-type is APPLY_ON. Format: yyyy/MM/dd HH:mm-yyyy/MM/dd HH:mm

        Returns:
        A specific date to apply the pending maintenance action. Required if opt-in-type is APPLY_ON . Format: yyyy/MM/dd HH:mm-yyyy/MM/dd HH:mm
      • optInType

        public final OptInType optInType()

        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type IMMEDIATE can't be undone.

        If the service returns an enum value that is not available in the current SDK version, optInType will return OptInType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from optInTypeAsString().

        Returns:
        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type IMMEDIATE can't be undone.
        See Also:
        OptInType
      • optInTypeAsString

        public final String optInTypeAsString()

        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type IMMEDIATE can't be undone.

        If the service returns an enum value that is not available in the current SDK version, optInType will return OptInType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from optInTypeAsString().

        Returns:
        A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type IMMEDIATE can't be undone.
        See Also:
        OptInType
      • resourceArn

        public final String resourceArn()

        The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.

        Returns:
        The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object