Interface ApplyPendingMaintenanceActionRequest.Builder

    • Method Detail

      • applyAction

        ApplyPendingMaintenanceActionRequest.Builder applyAction​(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

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • applyOn

        ApplyPendingMaintenanceActionRequest.Builder applyOn​(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

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • optInType

        ApplyPendingMaintenanceActionRequest.Builder optInType​(String 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptInType, OptInType
      • optInType

        ApplyPendingMaintenanceActionRequest.Builder optInType​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OptInType, OptInType
      • resourceArn

        ApplyPendingMaintenanceActionRequest.Builder resourceArn​(String resourceArn)

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

        Parameters:
        resourceArn - The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.