Interface PendingMaintenanceActionDetails.Builder

    • Method Detail

      • action

        PendingMaintenanceActionDetails.Builder action​(String action)

        Displays the specific action of a pending maintenance action.

        Parameters:
        action - Displays the specific action of a pending maintenance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoAppliedAfterDate

        PendingMaintenanceActionDetails.Builder autoAppliedAfterDate​(String autoAppliedAfterDate)

        Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any NEXT_MAINTENANCE optInType requests are ignored.

        Parameters:
        autoAppliedAfterDate - Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any NEXT_MAINTENANCE optInType requests are ignored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentApplyDate

        PendingMaintenanceActionDetails.Builder currentApplyDate​(String currentApplyDate)

        Displays the effective date when the pending maintenance action is applied to the resource.

        Parameters:
        currentApplyDate - Displays the effective date when the pending maintenance action is applied to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        PendingMaintenanceActionDetails.Builder description​(String description)

        Displays a description providing more detail about the maintenance action.

        Parameters:
        description - Displays a description providing more detail about the maintenance action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forcedApplyDate

        PendingMaintenanceActionDetails.Builder forcedApplyDate​(String forcedApplyDate)

        Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any IMMEDIATE optInType requests are ignored.

        Parameters:
        forcedApplyDate - Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any IMMEDIATE optInType requests are ignored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optInStatus

        PendingMaintenanceActionDetails.Builder optInStatus​(String optInStatus)

        Displays the type of optInType request that has been received for the resource.

        Parameters:
        optInStatus - Displays the type of optInType request that has been received for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.