Interface ApplyPendingMaintenanceActionRequest.Builder

  • Method Details

    • 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

      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

      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

      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:
    • 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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.