Interface ResourcePendingMaintenanceActions.Builder

    • Method Detail

      • resourceIdentifier

        ResourcePendingMaintenanceActions.Builder resourceIdentifier​(String resourceIdentifier)

        The ARN of the resource that has pending maintenance actions.

        Parameters:
        resourceIdentifier - The ARN of the resource that has pending maintenance actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingMaintenanceActionDetails

        ResourcePendingMaintenanceActions.Builder pendingMaintenanceActionDetails​(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)

        A list that provides details about the pending maintenance actions for the resource.

        Parameters:
        pendingMaintenanceActionDetails - A list that provides details about the pending maintenance actions for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingMaintenanceActionDetails

        ResourcePendingMaintenanceActions.Builder pendingMaintenanceActionDetails​(PendingMaintenanceAction... pendingMaintenanceActionDetails)

        A list that provides details about the pending maintenance actions for the resource.

        Parameters:
        pendingMaintenanceActionDetails - A list that provides details about the pending maintenance actions for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.